Best collection of C programs
Tuesday, January 4, 2011
ENTER & DISPLAY
WAP TO PRINT NAME AND DISPLAY ON SCREEN
void main ()
{
char name [15];
clrscr ();
printf ("Enter your name: ");
gets (name);
printf ("\nme is: %s",name);
getch ();
}
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment