McqMate
| Q. |
What is the final value of x when the code int x; for(x=0; x<10; x++) {} is run? |
| A. | 10 |
| B. | 9 |
| C. | 0 |
| D. | 1 |
| Answer» A. 10 | |
View all MCQs in
Object Oriented Programming with C++ (OOP in C++)No comments yet