What is anonymous object in c++?


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

Post New Answer

More C++ General Interview Questions

How can you say that a template is better than a base class?

0 Answers  


What is the difference between an array and a list?

0 Answers  


How do you differentiate between overloading the prefix and postfix increments?

0 Answers  


Are c and c++ different?

0 Answers  


How do you find out if a linked-list has an end? (I.e. The list is not a cycle)

0 Answers  


Where are setjmp and longjmp used in c++?

0 Answers  


char *ch = "abcde"; char c[4]; how to copy 'ch' to 'c'?

4 Answers   Thomson Reuters,


What is searching?

0 Answers  


How do you save a c++ program?

0 Answers  


What is a driver program?

0 Answers  


Do class declarations end with a semicolon? Do class method definitions?

0 Answers  


Which should be more useful: the protected and public virtuals?

0 Answers  


Categories