#include #include main() { char s[60]; int i,length; printf("Enter the string\n"); gets(s); length=strlen(s); for(i=0;i