MCQOPTIONS
Saved Bookmarks
| 1. |
What will be the output of the following C code considering the size of short int is 2, char is 1 and int is 4 bytes? |
| A. | 23 |
| B. | 99 |
| C. | 2, 1, 4 |
| D. | 4, 1, 2 |
| E. | None of these |
| Answer» D. 4, 1, 2 | |