Multiple Choice
When a variable is local to a function, we say that it has ___ of the function
A) value
B) constance
C) scope
D) locality
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q36: What is the value of i after
Q37: it is possible to have a function
Q38: Functions may have multiple return statements.
Q39: Using functions in a program is known
Q40: When the function below is called, the
Q42: The expression static_cast<double>3) is called a<br>A) type
Q43: the fabsdouble num) function<br>A) returns the most
Q44: When you want to use a function
Q45: If you need to write a function
Q46: What is the output of the following