Usage of String class

In this question, if we use string class instead of character array, then how will the recursion function’s definition would look like? Like how will we increment the element address for it?

hello @sukritbansal01
pls mention the code that u r referring.

i will see the code and accordingly i will suggest changes

https://ide.codingblocks.com/s/349009 This is the code

@sukritbansal01
check ->

let me know if any point is not clear

If instead from the last, we want to start from the starting index, then what will be the changes?

@sukritbansal01

check now->

Got it! Thank you so much.