C++ Reference for CPS120

string s2 = s + " world"; Note that we can also use the length function to find the length of a string. You must have #include at the top of your file for the above string operations to work (otherwise they'll get errors during the compile). The individual elements that make up a string are known as characters (written as just char in ... ................
................