Home »
MCQs »
C++ MCQs
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?
- <iomanip.h>
- <iostream.h>
- <fstream.h>
- None of the above
Answer: B) <iostream.h>
Explanation:
The <iostream.h> header file is used to define cin and cout.