I know there are many functions that I can exit the program such as
return 0,
exit(0), exit(1),_EXIT(0 ) ....
What are the difference between them?
Thanks a lot!
return 0,
exit(0), exit(1),_EXIT(0 ) ....
What are the difference between them?
Thanks a lot!
Comment