Vidyalelo
C Programming · Q38

Operators and Expressions

Programming · C Programming · question 38

Q38

Which of the following comments about the ++ operator are correct?

A.
It is a unary operator
B.
The operand can come before or after the operator
C.
It cannot be applied to an expression
D.
It associates from the right
E.
All of the above
Answer

Answer: Option E

Solution

Answer: Option E
No explanation is given for this question Let's Discuss on Board