Hello sir , functions

what is the difference between int and void

a void function does not return any value, or in other words returns a void value
int function necessarily has to return an integer function