What is iostream in c++ used for?
Answer / Pritee Hardiha
iostream in C++ is a standard library that provides classes for input and output operations. It allows reading from and writing to streams like the console, files, and strings.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is size of a object of following class? class Foo { public: void foo(){} }
Is it possible to provide special behavior for one instance of a template but not for other instances?
What are the main differences between C and C++?
Is c++ an oop?
Write a recursive program to calculate factorial in c++.
Explain what are single and multiple inheritances in c++?
What is a c++ class?
What is the difference between the functions rand(), random(), srand() and randomize()?
What is the difference between #import and #include in c++?
What is guard code in c++?
Is it possible to pass an object of the same class in place of object reference to the copy constructor?
What do the header files usually contains?