Discussion Forum
Que. | Which is 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 |
Answer:Those must be declared as last arguments in argument list |