What is ios class in c++?
Answer / Kalam Singh
ios is a basic output class in the C++ Standard Template Library (STL). It provides methods for formatting and manipulating output streams, such as setting precision or filling characters. It is derived from the ostream class.
| Is This Answer Correct ? | 0 Yes | 0 No |
Why is standard template library used?
what are the decision making statements in C++? Explain if statement with an example?
What is the purpose of templates in c++?
Differentiate between a constructor and a destructor in c++.
Why preincrement operator is faster than postincrement?
What are the different operators in C++?
What is istream and ostream in c++?
Why isn't sizeof for a struct equal to the sum of sizeof of each member?
Can we declare destructor as static? Explain?
What is the output of printf("%d")?
58 Answers CTS, HCL, Infosys, TCS, Winit, Wipro,
Does c++ cost money?
What is size of Empty Class?