NBA - Boston Celtics

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