Hi there all, Sorry if i post another reverse string. Really need all your help.

I am trying to reverse a string "HELLO" but i need the end result to be like this " OLLEHHELLO" a mirror effect. I cannot use string.h.

Only can use recursion.

I tried modifying some codes on reversing but all failed. Please help