#include<stdio.h>
int main()
{
   char str[100];
   printf("Enter the words");
   scanf("%s",str[100]);
   
}