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: Option E
Join The Discussion
Comments (4)
Related Questions on Operators and Expressions
What does the ++ operator do in C when applied to a variable?
A. Decrements by 1
B. Adds 1
C. Doubles the value
D. Leaves it unchanged

Can u please explain this..i am collapsed a bit
Explain d option
Please Explain A, and D
Option e