Programming Languages C++ Objective
Mar 18, 2013

To increase the value of c by one which of the following statement is wrong?

Choose the correct answer:
A) c++;
B) c = c + 1;
C) c + 1 => c;
D) c += 1
Detailed Explanation

Option C is the right answer.

Discussion (0)

No comments yet. Be the first to share your thoughts!

Share Your Thoughts
Feedback