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 |
What are the methods of exporting a function from a dll?
write program for palindrome
81 Answers Amazon, Aricent, CSC, GE, HCL, Infosys, Syntel, Temenos, Wipro,
What is Virtual Inheritance?
What do you mean by internal linking and external linking in c++?
What is an overflow error?
How can I improve my c++ skills?
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?
What ANSI C++ function clears the screen a) clrscr() b) clear() c) Its not defined by the ANSI C++ standard
Write about the role of c++ in the tradeoff of safety vs. Usability?
What is c++ coding?
Differentiate between structure and class in c++.