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

Cpp Programming Quiz 165 – Which of the following statement will be correct if the function has three arguments passed to it?

Question: Which of the following statement will be correct if the function has three arguments passed to it?

[A]. The trailing argument will be the default argument.
[B]. The first argument will be the default argument.[C]. The middle argument will be the default argument.
[D]. All the argument will be the default argument.

Answer: Option A