Q200
Can variable i be accessed by functions in another source file? #include int i; int main() printf("%d ", i);
A.
Yes
AnswerB.
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