C & C++ language
Home
HTML
C&C++ language
Movies
Games
Softwares
Sunday, 15 January 2012
printing your name..in output screen
#include<conio.h>
#include<stdio.h>
void main()
{
clrscr();
printf("gaurav / your name");
getch();
}
No comments:
Post a Comment
Newer Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment