Hi,
I am have written a program in C but using Dev-C++ to run it. I have compiled my source code in c. however, my output window does not stay. I tried adding system(“PAUSE”); before return 0, but it does not work.
My program has both return 1 and return 0. How do i make the output window stay? Thanks