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

Cpp Programming Quiz 174 – Which of the following function / types of function cannot have default parameters?

Question: Which of the following function / types of function cannot have default parameters?
[A].Member function of class
[B].main()[C].Member function of structure
[D].Both B and C

Answer: Option B