CBSE Class 12 Computer Science Question 55 of 103

Working with Functions — Question 2

Back to all questions
2
Question

Question 2

What all information does a function header give you about the function ?

Answer

Function header is the first line of function definition that begins with keyword def and ends with a colon (:), specifies the name of the function and its parameters.