(17) Array: Special Reverse
Difficulty: Easy
Problem Statement: Given a string and you need to reverse it such that after the reversal position of a special character do not change.
Input: intell#ect, Output: tcelle#tni
Input: h@ello, Output: o@lleh
Input: a#b@c, Output: c#b@a
...
programminguides.hashnode.dev2 min read