char[] str; char[] str1 = "abc"; str[0] = 'b'; // error, "abc" is read only, may crashAs said a few posts below, this one is wrong as well (as far as I know)