Hello guys,
I m very much new on C. Need all of your help to improve. Right now I m getting one problem. I m writing the very basic program..
#include <stdio.h>
int main() {
printf("Hello World!\n");
return 0;
}
When I complie it is showing success. But when I Run this program its not showing me the dos screen properly. Just for a flash the dos screen coming and going off. Not getting the solution. Please help
John