Page 1 of 1

Comment on the output of the following C code. #include <stdio.h> #define var 20); int main() { printf("

Posted: Wed Jul 13, 2022 7:54 pm
by answerhappygod
a) No errors, it will show the output 20
b) 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