CBSE Class 12 Computer Science Question 49 of 103

Working with Functions — Question 7

Back to all questions
7
Question

Question 7

The default values for parameters are considered only if no value is provided for that parameter in the function call statement.

Answer

True

Reason — The default values for parameters are considered only if no value is provided for that parameter in the function call statement.