Home
C/C++ Graphics Tutorial
C Tutorial
C++ Tutorial
Java Tutorial
Projects/Downloads
About Me
Browse »
Home
» Posts filed under c Print Welcome Message program
Print Welcome Message
Ads by YahooAds.in
Print Welcome Message
#include <stdio.h>
#include <conio.h>
void main()
{
clrscr();
printf("Welcome to C..!!!! ");
getch();
}
Output :
Subscribe to:
Posts (Atom)