CBSE Class 12 Computer Science Question 44 of 103

Working with Functions — Question 2

Back to all questions
2
Question

Question 2

A parameter having default value in the function header is known as a default parameter.

Answer

True

Reason — A default parameter is a parameter having default value in the function header.