C PROGRAMMING
Monday, 8 June 2015
1 Programming:
Aim -
Wap to print hello.
Code-
#include<stdio.h>
#include<conio.h>
void main ()
{
printf ("Hello");
getch ();
}
Output-
Hello
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment