n“Good Morning! “ is stored in memory like:
n
nThe string
uses 14 storage locations, with the last character in the string being the
end-of-string marker \0.
nThe double
quotes are stored as part of the string.
nBut the actual
size of this string is normally referred as 13.
n