+ 1

What functions or statements do you use to get out of the program immediately?

Exept of " exit();"

18th May 2018, 12:22 PM
Mehran
Mehran - avatar
3 Answers
+ 1
terminate(); // include <exception> abort(); // stdlib.h
18th May 2018, 12:27 PM
Rajeeb
+ 1
break;
18th May 2018, 12:22 PM
Rajeeb
+ 1
thank you
18th May 2018, 2:05 PM
Mehran
Mehran - avatar