Cpp Programming Quiz 183 – Which of the following statement is incorrect?
[B]. The default arguments are given in the function prototype.[C]. Compiler uses the prototype information to build a call, not the function definition.
[D]. The default arguments are given in the function prototype and should be repeated in the function definition.
Answer: Option D
