What is exit() function in C?
Short Answer
Views 689
Answer:
- exit() function terminates the program/process normally and returns the status code to the parent program/process.
- Syntax: void exit(int status)
Related Articles:
This section is dedicated exclusively to Questions & Answers. For an in-depth exploration of C Programming Language, click the links and dive deeper into this subject.
Join Our telegram group to ask Questions
Click below button to join our groups.