

MCQOPTIONS
Saved Bookmarks
1. |
What will be the output of the program?
#include
|
A. | int=2, int=3, int=4 |
B. | int=2, int=2, int=2 |
C. | int=3, int=3, int=3 |
D. | int=4, int=4, int=4 |
Answer» B. int=2, int=2, int=2 | |