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

Question: Which of the following statement is correct?
[A]. Overloaded functions can have at most one default argument.
[B]. An overloaded function cannot have default argument.[C]. All arguments of an overloaded function can be default.
[D]. A function if overloaded more than once cannot have default argument.

Answer: Option C

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

Question: Which of the following statement is correct?
[A].Overloaded functions can accept same number of arguments.
[B].Overloaded functions always return value of same data type.[C].Overloaded functions can accept only same number and same type of arguments.
[D].Overloaded functions can accept only different number and different type of arguments.

Answer: Option A