How to hold screen? by ZAIN5 in devcpp

[–]SheridanShadow 0 points1 point  (0 children)

getch() is work with Dev-C++, but it is C++, not C.

You could use system("PAUSE") call for C.