what is the difference between int and void
Hello sir , functions
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
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