

MCQOPTIONS
Saved Bookmarks
1. |
When the operator ++ is placed after the variable name, first assignment of the value of the variable takes place and then the value of the variable is incremented, this operation is also called ………………………….. . |
A. | pre increment |
B. | post increment |
C. | left to right increment |
D. | right to left increment |
Answer» C. left to right increment | |