Q7
Which of the following statements is true about C-style strings in C++?
A.
They must be declared using the 'string' keyword
B.
They are objects of the 'string' class
C.
They can have variable lengths
D.
They are represented as arrays of characters terminated by a null character
AnswerAnswer: Option D
Solution
Answer: Option D
No explanation is given for this question Let's Discuss on Board