

MCQOPTIONS
Saved Bookmarks
1. |
What will be the output of the following C code?
|
A. | sizeof(int) |
B. | Depends on the compiler |
C. | sizeof(int) + sizeof(char) |
D. | Compilation Error |
E. | None of these |
Answer» B. Depends on the compiler | |