Multiple Choice
A _________ variable is declared outside all functions.
A) local
B) global
C) floating-point
D) counter
E) None of these
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q18: A function _ eliminates the need to
Q19: It is possible for a function to
Q20: This is a dummy function that is
Q21: This function causes a program to terminate,
Q22: When used as parameters, these types of
Q24: A function's return data type must be
Q25: Given the following function:<br>void calc (int
Q26: If a function does not have a
Q27: Global variables are initialized to zero by
Q28: Which line in the following program