1 #include <iostream> 2 using namespace std; 3 char *my_reverse(char* s) 4 { 5 char *p,*q; 6 p=s;q=s; 7 while(*q!='