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.
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.