a) a is out of scope when printf is called
b) Redeclaration of a in same scope throws error
c) Syntax error in declaration of a
d) No errors, program will show the output 5
Comment on the output of the following C code. #include <stdio.h> int main() { int i; for (i = 0;i <
-
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> int main() { int i; for (i = 0;i <
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!