News

You can access a character of a string if you know its position. For example, str [index] will yield the character at position index in the string str. Note that string index always starts at 0.