Question
Which is safer in modern C++ than raw dynamic arrays for many cases?
Select an option. Your answer will be checked instantly.
Correct Answer: D. std::vector
Explanation:
The correct answer is std::vector.
Leave a Reply