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
Comment on the output of the following C code. #include <stdio.h> #define var 20); int main() { printf("
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
Comment on the output of the following C code. #include <stdio.h> #define var 20); int main() { printf("
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!