Q. Which of the following is the correct syntax to include a header file in C++?
β
Correct Answer: (A)
#include <iostream>
Explanation: The correct syntax to include a header file in C++ is #include <header_file>.