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

Does improper inheritance have a potential to wreck a project?

0 Answers  


Is dev c++ a good compiler?

0 Answers  


How would you call C functions from C++ and vice versa?

0 Answers   Genpact,


How would you stop a class from class from being derived or inherited?The constructer should not be Private,as object instantiation should be allowed.

15 Answers   Satyam,


Explain what you mean by a pointer.

0 Answers   TCS,






Will a catch statement catch a derived exception if it is looking for the base class?

0 Answers  


In a class, there is a reference or pointer of an object of another class embedded, and the memory is either allocated or assigned to the new object created for this class. In the constructor, parameters are passed to initialize the data members and the embedded object reference to get inialized. What measures or design change should be advised for proper destruction and avioding memory leaks, getting pointers dangling for the embedded object memory allocation? Please suggest.

5 Answers   GE,


What are proxy objects in c++?

0 Answers  


What are the advantages of using const reference arguments in a function?

0 Answers  


What are libraries in c++?

0 Answers  


What is a volatile variable in c++?

0 Answers  


How can we read/write Structures from/to data files?

0 Answers  


Categories