What are formatting flags in ios class?


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

Post New Answer

More C++ General Interview Questions

What is the c++ code?

0 Answers  


How to create a reference variable in C++

1 Answers  


int main() { int i ,a[i]; i = 0; a[i] = 10; cout<< a[i] << endl; return 0; } What will be output of this program?

11 Answers   HCL, Mphasis,


What are the advantages of prototyping?

0 Answers  


. If employee B is the boss of A and C is the boss of B and D is the boss of C and E is the boss of D. Then write a program using the Database such that if an employee name is Asked to Display it also display his bosses with his name. For eg. If C is displayed it should also display D and E with C?

0 Answers  






List down the guideline that should be followed while using friend function.

0 Answers  


What is time h in c++?

0 Answers  


How does com provide language transparency?

0 Answers  


When volatile can be used?

3 Answers   Symphony,


Can we run c program in turbo c++?

0 Answers  


What are the differences between java and c++?

0 Answers  


If a base class declares a function to be virtual, and a derived class does not use the term virtual when overriding that class, is it still virtual when inherited by a third-generation class?

0 Answers  


Categories