c++ exit(1) code example Example: exit() in c++ #include <stdlib.h> int main(){ exit(1); //quits program }