Why do we use setw in c++?


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

Post New Answer

More C++ General Interview Questions

What is lazy initialization in c++?

0 Answers  


How do you show the declaration of a virtual constructor?

0 Answers  


Can we use pointers in c++?

0 Answers  


How do I make turbo c++ full screen?

0 Answers  


What is Destructor in C++?

0 Answers  






What is the best c++ book for beginners?

0 Answers  


What is the correct syntax for inheritance a) class aclass : public superclass b) class aclass inherit superclass c) class aclass <-superclass

0 Answers  


What is the difference between Char a[ ]=”string” and char *a=”String”

11 Answers   Adobe,


What are manipulators used for?

0 Answers  


Give the difference between the type casting and automatic type conversion. Also tell a suitable C++ code to illustrate both.

0 Answers   TCS,


Explain virtual class?

0 Answers  


What is the difference between ++ count and count ++?

0 Answers  


Categories