1.

The statement i++; is equivalent to:

A. i = i + i;
B. i = i + 1;
C. i = i - 1;
D. i - -;
Answer» C. i = i - 1;


Discussion

No Comment Found