

MCQOPTIONS
Saved Bookmarks
1. |
What will be the output of the following C code?
|
A. | -1, 6, 2, 1 |
B. | Compilation Error |
C. | 1, 6, 2, -1 |
D. | 6, 2, 1, -1 |
E. | None of these |
Answer» B. Compilation Error | |