Multiple Choice
To declare a c-string and initialize it to the value of "phonebook",
A) char s1=phonebook;
B) char s1[10]="phonebook";
C) c-string phonebook;
D) char s1[10]=phonebook;
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q42: To compare two c-strings you use the
Q43: If you want to read into a
Q44: Vectors and arrays are the same data
Q45: If vector v has fewer than 24
Q46: Given the following code, what is the
Q48: To use the functions for manipulating and
Q49: If we use an out of range
Q50: The base type for a vector can
Q51: When a vector is assigned to another
Q52: Which of the following returns the fourth