Skip to content
Loading
How to select a character from a string? for example: string str = "Hello"; from the above string how to get the first letter into char c;