Q79
Comment on the output of the following C code. #include #define var 20); int main() printf("%d ", var
A.
No errors, it will show the output 20
AnswerB.
Compile time error, the printf braces aren't closed
C.
Compile time error, there are no open braces in #define
D.
None of the mentioned
Answer: Option A
Solution
Answer: Option A
No explanation is given for this question Let's Discuss on Board