

Part 8 String Reversal One of the useful manipulations of strings is string reversal. Reversed string is simply a string in which the order of the element sequence is reversed, i.e. the first element becomes the last one, the second becomes second last, etc.
Reversing a string does not change the length of that string:
|
||||