1.0015 Explain why strings are viewed
differently from numeric arrays.
Strings
ARE numeric arrays of type character, but we are not necessarily interested in
each offset from the base address. All we care about strings are where they
begin (at the base address) and where they end (with the NULL (‘\0’) character.