Element Access

Accessing a character in a string is very easy and similar to element access in arrays.

We'll cover the following...

Access to the elements of a string str is very convenient because the strings support ...