EDUCATION
Inspired by wikipedia.
Wednesday, 9 July 2014
Program to print Hello in C
#include<stdio.h>
#include<conio.h>
void main()
{
clrscr();
printf("hello");
getch ();
}
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment