int var1; If a variable has been declared with file scope, as above, can it safely be accessed globally from another file?
Reveal answer
Fill a bubble to check yourself
int var1; If a variable has been declared with file scope, as above, can it safely be accessed globally from another file?