Q.

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» C. c + 1 => c;
4k
0
Do you find this helpful?
2

Discussion

No comments yet