McqMate
| 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; | |
View all MCQs in
Object Oriented Programming with C++ (OOP in C++)No comments yet