CBSE Class 12 Computer Science Question 23 of 101

Functions — Question 3

Back to all questions
3
Question

Question 3

Functions that do not return any value are known as:

  1. fruitful functions
  2. void functions
  3. library functions
  4. user-defined functions
Answer

void functions

Reason — Functions that do not return any value are known as void functions because they do not produce any output or result that can be used in the calling code.