CBSE Class 12 Computer Science
Question 42 of 103
Working with Functions — Question 18
Back to all questionsdefault arguments
Reason — A default argument is an argument with a default value in the function header, making it optional in the function call. The function call may or may not have a value for it.