#include<stdio.h>
#include<conio.h>
void main()
{
char st[100];
clrscr();
printf("Enter any word : ");
scanf("%s",st);
printf("The word that you given is : %s",st);
getch();
}
///////////////////////////////////////////////////////////////////////////
Copy & paste this code in your TC & run, then you will get output.......
If you have any problem please comment below.........