ObjectiveMcq
Print Protected
This page is protected for print. Use the website to view the content.
What value will assigned, if there is no argument marked by a matching keyword?
T
NIL
False
Both NIL & False
Correct Answer: B — NIL
If there is no argument marked by a matching keyword, the corresponding keyword parameter is bound to NIL.