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

What is virtual methods?

0 Answers  


describe private access specifiers?

0 Answers  


How to write a program such that it will delete itself after exectution?

3 Answers  


Explain dangling pointer.

0 Answers  


Why pure virtual functions are used if they don't have implementation / When does a pure virtual function become useful?

1 Answers  






Can I learn c++ as my first language?

0 Answers  


Consider a c++ template funtion template<class T> T& Add(T a, T b){return a+b ;} if this function is called as T c = Add("SAM", "SUNG"); what will happen? What is the problem in the template declaration/ How to solve the problem.

7 Answers   LG, Samsung,


advantages and disadvantages of using Borland C++ / version 5.

1 Answers  


What are member functions used in c++?

0 Answers  


What is name hiding in c++?

0 Answers  


What are proxy objects?

2 Answers  


What is the full form of dos?

0 Answers  


Categories