Object Oriented Programming Using C Plus Plus - Study Mode
[#286] When the compiler cannot differentiate between two overloaded constructors, they are called______
Correct Answer
(C) ambiguous
[#287] A function argument is
Correct Answer
(C) a value sent to the function by the calling program
[#288] Passing a variable pointer as a constant _____
Correct Answer
(A) protects the contents pointed to by the pointer from change
[#289] Recursive Functions
Correct Answer
(D) necessary to solve a certain class of problems
[#290] The purpose of a conditional operator is to
Correct Answer
(C) select one of the two values depending on a condition