Which of the following statements is false?
a. Variables declared in a particular function’s body are local variables, which can be used only in that function.
b. When a function terminates, the values of its local variables are preserved.
c. A function’s parameters also are local variables of that function.
d. The argument types in the member function call must be consistent with the types of the corresponding
parameters in the member function’s definition.
b. When a function terminates, the values of its local variables are preserved.
You might also like to view...
Which of the following is an example of a multifactor authentication?
A. Password and PIN B. Smart card and PIN C. Smart card and USB drive D. Iris scan and retina scan
Which of the following is true of the && operator?
a) It has two operands. b) It can have one operand. c) It uses short circuit evaluation. d) It is the logical AND operator. e) It returns true if either operand is true.