McqMate
Q. |
Output of following C++ program?
|
A. | x = 20; ref = 30 |
B. | x = 20; ref = 20 |
C. | x = 10; ref = 30 |
D. | x = 30; ref = 30 |
Answer» A. x = 20; ref = 30 |
View all MCQs in
CPP ProgrammingNo comments yet