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.


c. Is actually an array of pointers.

Computer Science & Information Technology

You might also like to view...

A form based on a table that contains a macro inherits the logic of the table

Indicate whether the statement is true or false

Computer Science & Information Technology

FIGURE OL 2-1If you received the message in Figure OL 2-1 above, and want to set up a reminder for this year only, you should ____.

A. select "Open this occurrence." B. select "Open the series." C. Click the Cancel button D. Click the "!"

Computer Science & Information Technology

Built-in types are also known as ____.

A. data types B. primitive types C. literals D. basic

Computer Science & Information Technology

In C, a string is stored as a ____ array of characters.

A. one-dimensional B. two-dimensional C. static D. global

Computer Science & Information Technology