Answers for "what happens when only return is written instead of return 0"

0

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.
Posted by: Guest on November-06-2020

Code answers related to "what happens when only return is written instead of return 0"

Browse Popular Code Answers by Language