MCQOPTIONS
Saved Bookmarks
| 1. |
Main () { int n=0; while (n>32767) printf (“%d”, n); n++ } |
| A. | Prints value from 0 to 32767 |
| B. | Infinite loop |
| C. | compiler error |
| D. | none |
| Answer» C. compiler error | |