What is setw manipulator in c++?


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

Post New Answer

More C++ General Interview Questions

When can I use a forward declaration?

0 Answers  


Which one of the following describes characteristics of "protected" inheritance? a) The base class has access only to the public or protected members of the derived class. b) The derived class has non-public, inheritable, access to all but the private members of the base class. c) The derived class has access to all members of the base class. d) The private members of the base class are visible within the derived class. e) Public members of the derived class are privately accessible from the base class.

4 Answers   Quark,


Explain overriding.

0 Answers  


What does I ++ mean in c++?

0 Answers  


Are vectors passed by reference c++?

0 Answers  






How would you use the functions memcpy(), memset(), memmove()?

0 Answers  


if there is binary tree which one is the easiest way to delete all child node?

1 Answers   Persistent,


What is an opaque pointer?

1 Answers  


What are static and dynamic type checking?

0 Answers  


How do you clear a map in c++?

0 Answers  


How to give an alternate name to a namespace?

0 Answers  


Can a constructor be private?

0 Answers  


Categories