CBSE Class 12 Computer Science Question 25 of 103

Working with Functions — Question 1

Back to all questions
1
Question

Question 1

What is the default return value for a function that does not return any value explicitly ?

  1. None
  2. int
  3. double
  4. null
Answer

None

Reason — The default return value for a function that does not return any value explicitly is None.