#include<stdio.h>
#include<conio.h>
main()
{
char ch[100];
int i;
clrscr();
printf("Enter any string:");
/*to accept multi word string gets() is used*/
#include<conio.h>
main()
{
char ch[100];
int i;
clrscr();
printf("Enter any string:");
/*to accept multi word string gets() is used*/