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

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

Question: Which of the following statement is correct?
[A]. The order of the default argument will be right to left.
[B]. The order of the default argument will be left to right.[C]. The order of the default argument will be alternate.
[D]. The order of the default argument will be random.

Answer: Option A