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;
d. char s1[10]=phonebook;
Computer Science & Information Technology
You might also like to view...
The symbols used to denote basic mathematical operations are called ________ operators
Fill in the blank(s) with correct word
Computer Science & Information Technology
StringBuilder method first formats the specified string, then concatenates it to the end of the StringBuilder.
Fill in the blank(s) with the appropriate word(s).
Computer Science & Information Technology