How to insert reverse string for an array of character:

for example: abc
result will be acbbca

it will reverse abc n put is as acbbca.(whereby the reverse string is inserted to the original string one character after another)