

MCQOPTIONS
Saved Bookmarks
1. |
If a function have all the default arguments but still some values are passed to the function then ______________ |
A. | The function will use the values passed to it |
B. | The function will use the default values as those are local |
C. | The function can use any value whichever is higher |
D. | The function will choose the minimum values |
Answer» B. The function will use the default values as those are local | |