Which statement is false? arrays may contain pointers. each entry in an array of strings is actually a pointer to the first character of a string. in c, a string is essentially a pointer to its first character. the size of an array of strings is the sum of the lengths of the strings?