Which one of the following syntactic constructs is not a simple expression?

  1. null

  2. 43

  3. x 2

  4. print()


Correct Option: C
Explanation:

It's a compound expression consisting of simple expression x (variable name), the addition operator ( ), and simple expression 2 (a 32-bit integer literal).

Find more quizzes: