Vidyalelo
C Programming · Q54

C Preprocessor

Programming · C Programming · question 54

Q54

What will be the output of the following C code? #include void main() #ifndef max printf("hello"); #endif printf("hi");

A.
hello
B.
hellohi
Answer
C.
error
D.
hi

Answer: Option B

Solution

Answer: Option B
No explanation is given for this question Let's Discuss on Board