MCQOPTIONS
Saved Bookmarks
| 1. |
How many times the while loop will get executed if a short int is 2 byte wide? #include int main() { int j=1; while(j |
| A. | Infinite times |
| B. | 255 times |
| C. | 256 times |
| D. | 254 times |
| Answer» C. 256 times | |