Multiple Choice
The scope resolution operator (____) allows you to refer to a global variable when a local one has taken precedence.
A) *
B) &
C) ::
D) !
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q21: Match each term with the correct statement
Q22: What are the disadvantages of using global
Q23: A(n) _ parameter to a function is
Q24: In different programming languages, the counterpart to
Q25: Match each term with the correct statement
Q27: An array name is a(n) _; it
Q28: An argument used in a function call
Q29: What are the benefits that you gain
Q30: A(n) _ is the expression used within
Q31: What are some errors typically made by