

MCQOPTIONS
Saved Bookmarks
1. |
To increase the value of c by one which of the following statement is wrong? |
A. | c++; |
B. | c = c + 1; |
C. | c + 1 => c; |
D. | c += 1 |
Answer» D. c += 1 | |