Which is the correct condition for the default arguments?
(a) Those must be declared as last arguments in argument list
(b) Those must be declared first in the argument list
(c) Those can be defined anywhere in the argument list
(d) Those are declared inside the function definition
I have been asked this question in an internship interview.
Asked question is from Default Arguments topic in section Default Arguments vs Overloading, Upcasting and Downcasting of Object Oriented Programming