Hey!
I downloaded the Dev-c++ compiler. Then i created file, named test.c. I used
complier, it worked good, but when i clicked "run", .exe file to started,
print to display next text: "Continue, press any key...". So, it what i want
print, wasn't printed, where is error?
Code:
#include<stdio.h>intmain(void){/* print text to display */printf("Hello World!\n");system("PAUSE");return0;}
Ps. I regret the my bad English skill
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hey!
I downloaded the Dev-c++ compiler. Then i created file, named test.c. I used
complier, it worked good, but when i clicked "run", .exe file to started,
print to display next text: "Continue, press any key...". So, it what i want
print, wasn't printed, where is error?
Code:
Ps. I regret the my bad English skill
Hi
Its working by me.
i didnt fund any error