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

Do class declarations end with a semicolon?

0 Answers  


Does c++ vector allocate memory?

0 Answers  


What is this weird colon-member (" : ") syntax in the constructor?

0 Answers  


How is modularity introduced in C++?

0 Answers   TCS,


In a class only declaration of the function is there but defintion is not there then what is that function?

5 Answers   Hughes,






What are the rules about using an underscore in a c++ identifier?

0 Answers  


Explain the difference between c & c++?

0 Answers  


What is abstraction in c++?

0 Answers  


What is algorithm in c++ programming?

0 Answers  


Explain the uses of static class data?

0 Answers  


What is the role of static keyword for a class member variable?

0 Answers  


If I is an integer variable, which is faster ++i or i++?

0 Answers  


Categories