InterviewSolution
Saved Bookmarks
| 1. |
Write down a string reversal algorithm. If the given string is "kitiR," for example, the output should be "Ritik". |
|
Answer» An algorithm for string reversal is as follows:
|
|