Vidyalelo
C Programming · Q110

Function

Programming · C Programming · question 110

Q110

Which of the following is an external variable in the following C code? #include int func (int a) int b; return b; int main() int c; func (c); int d;

A.
a
B.
b
C.
c
D.
d
Answer

Answer: Option D

Solution

Answer: Option D
No explanation is given for this question Let's Discuss on Board