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.
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
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 "!"
Built-in types are also known as ____.
A. data types B. primitive types C. literals D. basic
In C, a string is stored as a ____ array of characters.
A. one-dimensional B. two-dimensional C. static D. global