CBSE Class 12 Computer Science Question 51 of 103

Working with Functions — Question 9

Back to all questions
9
Question

Question 9

A void function also returns a value i.e., None to its caller.

Answer

True

Reason — A void function do not return a value but they return a legal empty value of Python i.e., None to its caller.