Cpp Programming Quiz 178 – Which of the following statement is incorrect?
[B]. A function can have all its arguments as default.[C]. Default argument cannot be provided for pointers to functions.
[D]. A default argument cannot be redefined in later declaration.
Answer: Option C
Cpp Programming Quiz 178 – Which of the following statement is incorrect? Read More »
Cpp Programming, Functions