KnowledgeBoat Logo

Computer Science

Functions that do not return any value are known as:

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

Python Functions

2 Likes

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.

Answered By

2 Likes


Related Questions