#include <stdio.h> int b; int main() { int c; return 0; } int a;
a) a
b) b
c) c
d) Both a and b
Which variable has the longest scope in the following C code?
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
Which variable has the longest scope in the following C code?
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!