+ 1

How to use exit function like exit [0] etc.

Reply guys if you understand my question

4th Jan 2020, 5:08 AM
M Razaz đŸ‡”đŸ‡°
M Razaz đŸ‡”đŸ‡° - avatar
1 Answer
+ 3
Use cstdlib to use `exit` function. #include <cstdlib> https://en.cppreference.com/w/cpp/utility/program/exit you can call it by passing exit code like: exit(0);
4th Jan 2020, 6:43 AM
🇼🇳Omkar🕉
🇼🇳Omkar🕉 - avatar