

MCQOPTIONS
Saved Bookmarks
1. |
Output of following C++ program?#include
|
A. | x = 20; ref = 30 |
B. | x = 20; ref = 20 |
C. | x = 10; ref = 30 |
D. | x = 30; ref = 30 |
Answer» B. x = 20; ref = 20 | |