What are proxy objects in c++?


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

Post New Answer

More C++ General Interview Questions

What are vtable and vptr?

0 Answers  


What are the different types of polymorphism in c++?

0 Answers  


Explain the purpose of the keyword volatile.

0 Answers  


What is lvalue?

0 Answers  


Reverse the Linked List. Input: 1->2->3->4->5->NULL Output: 5->4->3->2->1->NULL

0 Answers  






how many trys can we write in one class

3 Answers   Cap Gemini,


Comment on local and global scope of a variable.

0 Answers  


Write a corrected statement in c++ so that the statement will work properly. if (x > 5); y = 2*x; else y += 3+x;

1 Answers  


What is the best c++ ide?

0 Answers  


What are the advantages of c++?

0 Answers  


If a header file is included twice by mistake in the program, will it give any error?

0 Answers  


Do inline functions improve performance?

0 Answers  


Categories