Functions
1.
Which keyword is use for function?
2.
Which of the following items are present in the function header?
3.
What is called when a function is defined inside a class?
4.
If return statement is not used inside the function, the function will return:
5.
What is a recursive function?
6.
Which of the following is the use of id() function in python?
7.
Which of the following function headers is correct?
8.
In which part of memory does the system stores the parameter and local variables of funtion call?
9.
How is a function declared in Python?
10.
Which one of the following is the correct way of calling a function?