About Me

My photo
gandhinagar, gujarat, India
hi.. friends i'am student of kv crpf gandhinagar..and i would like to spread my view and thinking on computer..this blog is for not only those who wants to get knowledge.

Thursday, 5 May 2011

printing your name..in output screen

#include<conio.h>
#include<stdio.h>
void main()
{
      clrscr();
                       printf("gaurav / your name");
      getch();
}

0 comments:

Post a Comment