Question
Which is safer in modern C++ than raw dynamic arrays for many cases?
Correct Answer: D
std::vector
The correct answer is std::vector.
The correct answer is std::vector.
std::vector
The correct answer is std::vector.
The correct answer is std::vector.
Leave a Reply