#include<iostream> using namespace std; void RevStr(char *src) { char *start=src,*end=src,*ptr=src; while(*ptr++!='