Full width home advertisement

HTML

Tech News

Ad

 C language Hello World pogram




#include<stdio.h>
#include<conio.h>
main()
{
clrscr();
printf("Hello World!\n");

getch();
return 0;
}

No comments:

Post a Comment

Bottom Ad [Post Page]