Question: 10
(Choose 1 answer)
Which of the following is true about C++ std::string compared to C-style strings?
A. std::string automatically manages memory for string operations.
B. C-style strings are objects with member functions.
C. std::string requires manual handling of the null terminator.
D. C-style strings support operator overloading for concatenation.