Usage of to_string

I am able to convert int->string using to_string()…but not a char say, ‘h’ ?

Like I want to append 0th element of a character array c[]=“hello” , to a string s="" ! How to accomplish this?

Is there some other function ?

hello @prerak_semwal

u can use += on string s to append any char to it

I hope I’ve cleared your doubt. I ask you to please rate your experience here
Your feedback is very important. It helps us improve our platform and hence provide you
the learning experience you deserve.

On the off chance, you still have some questions or not find the answers satisfactory, you may reopen
the doubt.