What are c++ manipulators?


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

Post New Answer

More C++ General Interview Questions

Write a program using display() function which takes two arguments.

0 Answers  


How can virtual functions in c++ be implemented?

0 Answers  


How do you instruct your compiler to print the contents of the intermediate file showing the effects of the preprocessor?

0 Answers  


implement stack using stack.h headerfile functions

1 Answers   Exilant, GMG, Subex, University,


What do the keywords volatile and mean mutable?

0 Answers  






What are the important differences between c++ and java?

0 Answers  


class X { private: int a; protected: X(){cout<<"X constructor was called"<<endl;} ~X(){cout<<"X destructor was called"<<endl} }; Referring to the code above, which one of the following statements regarding "X" is TRUE? a) X is an abstract class. b) Only subclasses of X may create X objects. c) Instances of X cannot be created. d) X objects can only be created using the default copy constructor. e) Only friends can create instances of X objects.

2 Answers   Quark,


Evaluate as true or false: !(1 &&0 || !1) a) True b) False c) Invalid statement

0 Answers  


How are Structure passing and returning implemented by the compiler?

0 Answers  


Explain queue. How it can be implemented?

0 Answers  


Write syntax to define friend functions in C++.

0 Answers   HAL,


What is the importance of mutable keyword?

0 Answers  


Categories