#include<stdio.h> #include<conio.h> void main() { clrscr(); // clear the screen printf("Hello World"); getch(); // output screen holds, until user press a key }
No comments: