Our website is made possible by displaying online advertisements to our visitors. Please consider supporting us by whitelisting our website.

Cpp Programming Quiz 178 – Which of the following statement is incorrect?

Question: Which of the following statement is incorrect?
[A]. Default arguments can be provided for pointers to functions.
[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