Q78
What will be the output of the following C code? #include printf("%d", sizeof(strlen("HELLOWORLD")));
A.
Output, 4
AnswerB.
Output, 10
C.
Output, 16
D.
Error, sizeof cannot evaluate size of a function
Answer: Option A
Solution
Answer: Option A
No explanation is given for this question Let's Discuss on Board