WHAT IS EXIT() FUNCTION IN C?
exit() function terminates the program/process normally and returns the status code to the parent program/process.
Syntax: void exit(int status)
total answers (1)
start bookmarking useful questions and collections and save it into your own study-lists, login now to start creating your own collections.
exit() function terminates the program/process normally and returns the status code to the parent program/process.
Syntax: void exit(int status)
need an explanation for this answer? contact us directly to get an explanation for this answer