Can manipulators fall in love?


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

Post New Answer

More C++ General Interview Questions

How to give an alternate name to a namespace?

0 Answers  


What is format for defining a structure?

0 Answers  


write a porgram in c++ that reads an integer and print the biggest digit in the number

0 Answers  


What are default parameters? How are they evaluated in c++ function?

0 Answers  


What is the difference between new() and malloc()?

0 Answers  






What is using namespace std in cpp?

0 Answers  


What is isdigit c++?

0 Answers  


Is there any problem with the following: char *a=NULL; char& p = *a;?

1 Answers  


What is an inline function in c++?

0 Answers  


What is an ABC: an "Abstract Base Class"?

1 Answers  


What is the use of endl in c++ give an example?

0 Answers  


Discuss the effects occur, after an exception thrown by a member function is unspecified by an exception specification?

0 Answers  


Categories