Beginner C++
Q2 / 100

Which header file must be included to use cout in C++?

Correct! Well done.

Incorrect.

The correct answer is C) <iostream>

C

Correct Answer

<iostream>

Explanation

#include <iostream> provides std::cout, std::cin, and std::cerr for I/O operations.

Progress
2/100