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

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

Question: Which of the following statement is correct?
[A].Two functions having same number of argument, order and type of argument can be overloaded if both functions do not have any default argument.
[B].Overloaded function must have default arguments.[C].Overloaded function must have default arguments starting from the left of argument list.
[D]A function can be overloaded more than once.

Answer: Option D