

MCQOPTIONS
Saved Bookmarks
1. |
Comment on the output of the following C code.
|
A. | No error, output is 2 |
B. | Compile time error, case label outside switch statement |
C. | No error, output is 2222 |
D. | Compile time error, no break statements |
E. | None of these |
Answer» C. No error, output is 2222 | |