Intro to Computer Programming > Ch. 6.15: The exit() Function > Flashcards
What is the exit() function?
The exit() function causes a program to terminate, regardless of which function or control mechanism is executing.