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

Cpp Programming Quiz 55 – Which of the following concept of oops allows compiler to insert arguments in a function call if it is not specified?

Question: Which of the following concept of oops allows compiler to insert arguments in a function call if it is not specified?
[A]. Call by value
[B]. Call by reference[C]. Default arguments
[D]. Call by pointer

Answer: Option C