What do manipulators do?


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

Post New Answer

More C++ General Interview Questions

In a function declaration what does extern means?

0 Answers   Flextronics,


why c++ is not called strictly d super set of c?

3 Answers   Satyam,


What do manipulators do?

0 Answers  


What is c++ used for in games?

0 Answers  


What is compilation?

1 Answers   Datamatics, TCS,






When one must use recursion function? Mention what happens when recursion functions are declared inline?

0 Answers  


If we declare two macro with the same identifier without doing undef the first, what will be the result? eg: #define MAX_SIZE 100 #define MAX_SIZE 200 int table1[MAX_SIZE];

3 Answers  


Describe about storage allocation and scope of global, extern, static, local and register variables?

0 Answers  


Give an example of run-time polymorphism/virtual functions.

0 Answers  


How can a called function determine the number of arguments that have been passed to it?

0 Answers  


In a function declaration, what does extern mean?

0 Answers  


How do you add an element to a set in c++?

0 Answers  


Categories