Example of Using Strings in C
# include<stdio.h>
# include<conio.h>
# include<string.h>
void main()
{
char *a;
printf("Enter your name=");
gets(a);
printf("%s",a);
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