SyntaxFix
Write A Post
Hire A Developer
Questions
Use #include conio.h
#include conio.h
Then add getch(); before return 0;
getch();
return 0;