Which header file allows file i/o with streams
a) fileio.h
b) iostream.h
c) fstream.h
No Answer is Posted For this Question
Be the First to Post Answer
What are the various compound assignment operators in c++?
How Virtual functions call up is maintained?
let a,b,c be three integer numbers.write a c++ program with a function void rotate 1()such that a->b->c and c->a.
How do you establish an is-a relationship?
What does flush do?
What is a character in c++?
What are friend classes? What are advantages of using friend classes?
To which numbering system can the binary number 1101100100111100 be easily converted to?
What are arithmetic operators?
In the derived class, which data member of the base class are visible?
What do you mean by storage classes?
If a base class is an adt, and it has three pure virtual functions, how many of these functions must be overridden in its derived classes?