CBSE Class 12 Computer Science
Question 43 of 103
Working with Functions — Question 1
Back to all questionsFalse
Reason — In a function header, any parameter cannot have a default value unless all parameters appearing on its right have their default values. Hence, non-default arguments cannot follow default argument.