C for Beginners
Wednesday, 28 November 2012
C Program for print output
#include<conio.h>
#include<stdio.h>
main()
{
clrscr();
printf(" C for Education");
printf("\n Visakhapatnam");
getch();
}
Out put:
C for Education
Visakhapatnam
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment