

MCQOPTIONS
Saved Bookmarks
1. |
What will be output if you will compile and execute the following c code? #includeint main(){int x;for(x=1;x |
A. | 4 |
B. | 5 |
C. | 6 |
D. | compiler error |
Answer» D. compiler error | |