Sail E0 Webinar
Question
Can variable i be accessed by functions in another source file?    int i;    int main()    {        printf("%d\n", i);    }
Options:
A .  0
B .  false
C .  Only if static keyword is used
D .  Depends on the type of the variable
Answer: Option A


None.



Was this answer helpful ?
Next Question

Submit Solution

Your email address will not be published. Required fields are marked *

More Questions on This Topic :


Latest Videos

Latest Test Papers