#include<stdio.h> #include<conio.h> void main(){ chat sam[10]; clrscr(); printf("ENTER STRING NAME :"); gets(s); printf("STRING :%s",s); getch(); }