Question : How do I convert string to char?

I have a string strWord such that

strWord = "hi";

How do I convert this to the char type?

Answer : How do I convert string to char?

Random Solutions  
 
programming4us programming4us