Vidyalelo
C++ Programming · Q8

Introduction to C++

Programming · C++ Programming · question 8

Q8

Which header file is needed to use the 'cin' and 'cout' objects in C++?

A.
<iostream>
Answer
B.
<stdio.h>
C.
<conio.h>
D.
<fstream>

Answer: Option A

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board