If you know that all global variables, with no storage class mentioned, are
1) kept until the end of the program.
and
2) available to your program in any function, without using a parameter.
and
3) may be overshadowed or covered, by a local variable with the same name, in that function.
What else is there that you need to know, exactly?