Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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

Post New Answer

More C++ General Interview Questions

What is encapsulation in c++ with example?

0 Answers  


What is virtual constructor paradigm?

5 Answers   HCL, HP,


What will happen if when say delete this ?

7 Answers  


What is the best book for c++ beginners?

0 Answers  


What is "strstream" ?

1 Answers   Huawei,


Given the following function definition: int doit(int &x, int y, int &z) { x = 3*x; y = y + 5; z = x+y; return z - 4; } int a = 5, b = 7, c = 9, d = 11; d = doit(a,b,c);

2 Answers  


when can we use copy constructor?

6 Answers   HP,


Write any small program that will compile in "C" but not in "C++"

10 Answers   Honeywell,


why all c++ program must have default constructor?

6 Answers   IBM,


What is the error in the code below and how should it be corrected?

0 Answers  


What is a container class? What are the types of container classes in c++?

0 Answers  


Write a corrected statement in c++ so that the statement will work properly. x =+ 7;

2 Answers  


Categories