What is ios :: in in c++?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C++ General Interview Questions

Given a simple program designed to take inputs of integers from 1-1000 and to output the factorial value of that number, how would you test this program? You do not have access to the code. Please be as specific as possible.

4 Answers   Microsoft,


What is the difference in size of this two clasees? Class A { int a; char c; float f; } Class B { float f; char c; int a; }

4 Answers  


How do you clear a map in c++?

0 Answers  


What is c++ good for?

0 Answers  


What is endl?

0 Answers  






Write a program in C++ for Fibonacci series

0 Answers   Axtria, ITC Indian Tobacco Company,


Where must the declaration of a friend function appear?

0 Answers  


How to create a pure virtual function?

1 Answers  


When the constructor of a base class calls a virtual function, why doesn't the override function of the derived class gets called?

0 Answers  


Can we use struct in c++?

0 Answers  


Differentiate between late binding and early binding. What are the advantages of early binding?

0 Answers  


What are vectors used for in c++?

0 Answers  


Categories