hi,
i understand that in main, we use exit_success, exit_failure
but lets say , we want to sent from the function we make
example
int myfunct(....)
return exit_success;
is that good programming practice....someone told me that we only use exit_success,etc in main and not in functions we make..thanks
Start Free Trial