I have written a simple application that reads a data file, parses the text and then does some processing on that data. The data file is opened in my main() function. Is it good
exit(0) indicates successful program termination & it is fully portable, While
exit(0)
exit(1) (usually) indicates unsucessful termination. However, it's usage is non-portable.
exit(1)