#include <stdio.h> int func (int a) { int b; return b; } int main() { int c; func (c); } int d;
a) a
b) b
c) c
d) d
Which of the following is an external variable in the following C code?
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
Which of the following is an external variable 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!