Vidyalelo
C Programming · Q200

Function

Programming · C Programming · question 200

Q200

Can variable i be accessed by functions in another source file? #include int i; int main() printf("%d ", i);

A.
Yes
Answer
B.
No
C.
Only if static keyword is used
D.
Depends on the type of the variable

Answer: Option A

Solution

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