There is no function called
void , but a function can be declared with a return type of
void . This means that the function doesn't return a value.
void can also be
used to indicate to the compiler that the function does not take any arguments.
read more >>