

MCQOPTIONS
Saved Bookmarks
1. |
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» B. Those must be declared first in the argument list | |