Welcome to the World of Programming
Home
C++ Programs
C Programs
Java Programs
Download e-Books
Sunday, October 25, 2009
1.program of "hello".
//WAP TO DISPALY THE WORD "HELLO"
#include
#include
void main()
{
clrscr();
printf("HELLO :-) !!!!!");
getch();
}
/******OUTPUT******
HELLO :-) !!!!!
*/
No comments:
Post a Comment
Newer Post
Home
Subscribe to:
Post Comments (Atom)
Programming the Whole World!
counter widget
No comments:
Post a Comment