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
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
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