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)
This is a discussion on I Need Help within the C Programming forums, part of the General Programming Boards category; How to insert reverse string for an array of character: for example: abc result will be acbbca it will reverse ...
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)