Mention the purpose of istream class?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C++ General Interview Questions

What is a class template?

0 Answers  


What is the output of this prog. ? struct A { A(){ cout << \"A\"; } }; struct B { B(){ cout << \"B\"; } }; struct C { C(){ cout << \"C\"; } }; struct D { D(){ cout << \"D\"; } }; struct E : D { E(){ cout << \"E\"; } }; struct F : A, B { C c; D d; E e; F() : B(), A(),d(),c(),e() { cout << \"F\"; } };

2 Answers  


Which software is used for c++ programming?

0 Answers  


The "virtual" specifier in a member function enables which one of the following? a) Monmorphism b) Late binding c) Metamorphism d) Solomorphism e) Inheritance

4 Answers   Quark,


how is returning structurs from functions?Show an eg?

1 Answers   GE,






What is &x in c++?

0 Answers  


tell me about yourself ?i want answer for frehers with various exasmples?

2 Answers   HCL,


What are guid?

0 Answers  


Why is c++ difficult?

0 Answers  


What is the full form nasa?

0 Answers  


Is it possible for a member function to delete the pointer, named this?

0 Answers  


What is the Difference between "vector" and "array"?

15 Answers   Covansys, Gambit, TCS, Wipro,


Categories