True/False
Global variables can be used by all functions in a program that are physically placed after the global variable declaration.
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q16: C functions are constructed to be independent
Q17: Unlike automatic variables that can be initialized
Q18: To use a stored address, C provides
Q19: While a function is executing, only the
Q20: A function can invoke a second function,
Q22: The same variable name cannot be declared
Q23: The _ of a variable defines the
Q24: The four available storage classes are called
Q25: The scope of a variable influences or
Q26: The scope of a global static variable