cFeed
Pages
Home
Syllabus
Unit-1
Unit-2
Unit-3
Unit-4
Unit-5
Assignment
Programs
Univ. Paper
Q Bank
Monday, June 18, 2012
To print "Hello World"
/* My first program in C */
#include<stdio.h>
#include<conio.h>
void main()
{
clrscr();
printf("Hello World!!!");
getch();
}
OUTPUT
Hello World!!!
No comments:
Post a Comment
Note: Only a member of this blog may post a comment.
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment
Note: Only a member of this blog may post a comment.