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
‹
›
Home
View web version
No comments:
Post a Comment