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

class X { private: int a; protected: X(){cout<<"X constructor was called"<<endl;} ~X(){cout<<"X destructor was called"<<endl} }; Referring to the code above, which one of the following statements regarding "X" is TRUE? a) X is an abstract class. b) Only subclasses of X may create X objects. c) Instances of X cannot be created. d) X objects can only be created using the default copy constructor. e) Only friends can create instances of X objects.

2 Answers   Quark,


What are the various arithmetic operators in c++?

0 Answers  


What is the use of data hiding?

0 Answers  


What are the advantages of inheritance in c++?

0 Answers  


Can circle be called an ellipse?

0 Answers  






What are the techniques you use for debugging?

1 Answers   Adtran,


What is the basic structure of c++ program?

0 Answers  


What is a .h file c++?

0 Answers  


What are files in c++?

0 Answers  


What is the difference between interpreters and compilers?

0 Answers  


Is it possible to get the source code back from binary file?

1 Answers  


How do I use turbo c++?

0 Answers  


Categories