Which of the following header file is used to define cin, cout?

27. Which of the following header file is used to define cin, cout?

  1. <iomanip.h>
  2. <iostream.h>
  3. <fstream.h>
  4. None of the above

Answer: B) <iostream.h>

Explanation:

The <iostream.h> header file is used to define cin and cout.

Comments and Discussions!

Load comments ↻






Copyright © 2024 www.includehelp.com. All rights reserved.