What is ios class in c++?



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

Post New Answer

More C++ General Interview Questions

Why is standard template library used?

1 Answers  


what are the decision making statements in C++? Explain if statement with an example?

1 Answers  


What is the purpose of templates in c++?

1 Answers  


Differentiate between a constructor and a destructor in c++.

1 Answers  


Why preincrement operator is faster than postincrement?

5 Answers  


What are the different operators in C++?

3 Answers   HP,


What is istream and ostream in c++?

1 Answers  


Why isn't sizeof for a struct equal to the sum of sizeof of each member?

1 Answers  


Can we declare destructor as static? Explain?

3 Answers  


What is the output of printf("%d")?

58 Answers   CTS, HCL, Infosys, TCS, Winit, Wipro,


Does c++ cost money?

1 Answers  


What is size of Empty Class?

3 Answers   Persistent,


Categories