Vidyalelo
C Programming · Q71

C Preprocessor

Programming · C Programming · question 71

Q71

What will be the output of the following C code? #include #define max 100 main() #ifdef max printf("hello");

A.
100
B.
hello
C.
"hello"
D.
error
Answer

Answer: Option D

Solution

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