char first = mystring[0]; char second = mystring[1]; char third = mystring[2];
string myString = "string"; // outputs r print(mystring[2]);