#include "stdafx.h" #include "stdlib.h" #include void MakeReverseString(char* in, char* out) { int len = strlen(in); for (int i=0; i