Codes/C
return과 exit()의 차이
ch4n3
2017. 8. 28. 20:45
https://stackoverflow.com/questions/3463551/what-is-the-difference-between-exit-and-return
return은 함수를 종료하는 것이고,
exit()는 프로세스 자체를 종료하는 것이다.