what if we not return a number in c ? code example
Example: what happens when only return is written instead of return 0
you generally use return 0 when return type is int and return when return type is void.
you generally use return 0 when return type is int and return when return type is void.