CBSE Class 12 Computer Science Question 45 of 103

Working with Functions — Question 3

Back to all questions
3
Question

Question 3

The first line of function definition that begins with keyword def and ends with a colon (:), is also known as function header.

Answer

True

Reason — The first line of function definition that begins with keyword def and ends with a colon (:), which specifies the name of the function and its parameter is called function header.