#include using namespace std; #include void main() { string name="Hello"; string reverse=""; int L=name.length(); int p=0; for (int i=0; i