Q25
What is the correct way to include a C++ standard library header file named 'vector' in a C++ program?
A.
#include <vector>
AnswerB.
#include "vector.h"
C.
#include <vector.h>
D.
#include "vector"
Answer: Option A
Solution
Answer: Option A
No explanation is given for this question Let's Discuss on Board