how to output a string in a struct c++ code example Example: how to access the element of string in c++ string myString = "Hello"; cout << myString[0]; // Outputs H