Multiple Choice
A string array:
A) Stores an actual string in each of its elements.
B) Can only provide access to strings of a certain length.
C) Is actually an array of pointers.
D) Is always less memory efficient than an equivalent double-subscripted array.
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q1: Comparing pointers and performing pointer arithmetic on
Q2: A pointer can not be assigned to:<br>A)
Q3: A function that modifies an array by
Q5: Given that k is an integer array
Q6: Which of the following is false for
Q7: Which of the following is false about
Q8: Which of the following best describes the
Q9: Assuming that t is an array and
Q10: (*max)(num1, num2, num3);:<br>A) Is the header for
Q11: The & operator can be applied to:<br>A)