Vidyalelo
C Programming · Q47

C Preprocessor

Programming · C Programming · question 47

Q47

What will be the output of the following C code? #include #define max 100 void main() #if(max%10) printf("Exam"); #endif printf("Veda");

A.
error
B.
Exam
C.
Veda
Answer
D.
ExamVeda

Answer: Option C

Solution

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