Cümleyi tersten yazar
int i; char cumle[50]; printf("Bir cumle giriniz:"); gets(cumle); for(i=strlen(cumle);i>=0;i--) printf("%c",cumle[i]);