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>
Correct Answer is : Option D.
- An exception in C++ can be generated using which keywords?
- Delaration a pointer more than once may cause ____
- Which one is not a correct variable type in C++?
- Which operation is used as Logical 'AND'
- An expression A.B in C++ means ____