

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