Examveda
Examveda

What will be the output of the following C code?
#include <stdio.h>
printf("%d", sizeof(strlen("HELLOWORLD")));

A. Output, 4

B. Output, 10

C. Output, 16

D. Error, sizeof cannot evaluate size of a function

Answer: Option A


This Question Belongs to C Program >> Operators And Expressions

Join The Discussion

Related Questions on Operators and Expressions