What is ostream in c++?



What is ostream in c++?..

Answer / Bipin Chandra Arya

ostream in C++ is a basic stream class that can be used for output operations. It forms part of the iostream library and inherits from the istream base class. A typical ostream object includes functions such as `put()`, `write()`, and the insertion operator `<<`.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C++ General Interview Questions

What are the methods of exporting a function from a dll?

1 Answers  


write program for palindrome

81 Answers   Amazon, Aricent, CSC, GE, HCL, Infosys, Syntel, Temenos, Wipro,


What is Virtual Inheritance?

7 Answers   Amazon, Wipro,


What do you mean by internal linking and external linking in c++?

1 Answers  


What is an overflow error?

1 Answers  


How can I improve my c++ skills?

1 Answers  


Memory is not a constraint. In a single iteration(NOTE: you can't go back), how will you find out the 10th last node/item in a linked list.

16 Answers   BNB, FDS, Goldman Sachs, Nagarro,


Which format specifier is used for printing a pointer value?

1 Answers  


What ANSI C++ function clears the screen a) clrscr() b) clear() c) Its not defined by the ANSI C++ standard

1 Answers  


Write about the role of c++ in the tradeoff of safety vs. Usability?

1 Answers  


What is c++ coding?

1 Answers  


Differentiate between structure and class in c++.

1 Answers  


Categories