MCQOPTIONS
Saved Bookmarks
| 1. |
What will be the output of the following C code?#include printf("%d", sizeof(strlen("InterviewMania"))); |
| A. | Error, sizeof cannot evaluate size of a function |
| B. | Output, 16 |
| C. | Output, 4 |
| D. | Output, 10 |
| E. | None of these |
| Answer» D. Output, 10 | |