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

Cpp Programming Quiz 176 – Which of the following statement is correct?

Question: Which of the following statement is correct?
[A]. Only one parameter of a function can be a default parameter.
[B]. Minimum one parameter of a function must be a default parameter.[C]. All the parameters of a function can be default parameters.
[D]. No parameter of a function can be default.

Answer: Option C