Discussion Forum
Que. | 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:The function will use the values passed to it |