Can variable i be accessed by functions in another source file?
int i; int main() { printf("%d\n", i); }
Answer: