#include #include #include void main() { char rev[50],word[20]; int count=1,i,l,l1; static char str[]="A good Beginning Makes Good End"; clrscr(); l=strlen(str); sscanf(&str[0],"%s",word); strcpy(rev,word); // printf("%s",word); l1=strlen(word); for(i=l1;i