Q. Which header file is required to use the std::vector container in C++?
β
Correct Answer: (A)
<vector>
Explanation: The 'std::vector' container requires the <vector> header file.