ExamTiger : Simplified Guide for competitive exams and interviews
Aptitude Tests, Mental Ability, Objective MCQ Sets, Questions and Answers, PDF, Shortcut Tips

C++ Coding : Programming Concept Questions & Answers



Question : To perform file input / output operation in C++, we must include which header file ?


A.
<fiostream>
B.
<ifstream>
C.
<ofstream>
D.
<fstream>

Answer / Explanation

Correct Answer is : Option D.


More Questions on C++ Programming Language