whenever i execute a program in c the output screen appears for less then a second and then disappears.what to do????
This is a discussion on output screen within the C Programming forums, part of the General Programming Boards category; whenever i execute a program in c the output screen appears for less then a second and then disappears.what to ...
whenever i execute a program in c the output screen appears for less then a second and then disappears.what to do????
click start -> click run -> type command -> click ok
Now run your program.
Otherwise, modify the .pif (or create one) so that it doesn't close when the program exits.
Otherwise, add a "fgetc(stdin);" right above the final return in your program.
Quzah.
Hope is the first step on the road to disappointment.