Q. Which of the following is the correct syntax to include a C++ library?
β
Correct Answer: (A)
#include <iostream>
Explanation: In C++, the '#include' directive is used to include libraries.