

McqMate
Q. |
The statement i++; is equivalent to |
A. | i = i + i; |
B. | i = i + 1; |
C. | i = i – 1; |
D. | i –; |
Answer» A. i = i + i; |
View all MCQs in
Object Oriented Programming In cppNo comments yet