Question

Which statement is false?
a) In C, a string is essentially a pointer to its first character.
b) Arrays may contain pointers.
c) Each entry in an array of strings is actually a pointer to the first character of a string.
d) The size of an array of strings is the sum of the lengths of the strings.

Answer

This answer is hidden. It contains 3 characters.