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