SyntaxFix
Write A Post
Hire A Developer
Questions
Write header file #include<process.h> and replace exit(); with exit(0);. This will definitely work in Turbo C; for other compilers I don't know.
#include<process.h>
exit();
exit(0);