CBSE Class 12 Computer Science Question 48 of 103

Working with Functions — Question 6

Back to all questions
6
Question

Question 6

Default parameters cannot be skipped in function call.

Answer

False

Reason — A default parameter in function header becomes optional in function call. Function call may or may not have value for default parameters.