Zoho Coding Question
Using Recursion reverse the string such as
Input
one two threeOutput
three two oneInput
I Love IndiaOutput
India Love IZoho Coding Question
Write a program to sort the element in odd positions in decending order and even elements in ascending order.