Solved

To Declare a C-String and Initialize It to the Value

Question 47

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:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions