Home
C/C++ Graphics Tutorial
C Tutorial
C++ Tutorial
Java Tutorial
Projects/Downloads
About Me
Browse »
Home
»
program to Print Welcome Message in c
»
Print Welcome Message
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 :
Ads by YahooAds.in
0 comments:
Post a Comment
Subscribe to:
Post Comments (Atom)
0 comments:
Post a Comment