Question

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.

Answer

This answer is hidden. It contains 136 characters.