void main ()
{
char name [15];
clrscr ();
printf ("Enter your name: ");
gets (name);
printf ("\nme is: %s",name);
getch ();
}
Free C programs with output, C++ (C plus plus), programs c programming language, object oriented programming, c programs codes, c program shortcuts, history of c programming language, c programming compilers