What is the difference between a type-specific template friend class and a general template friend class?


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

Post New Answer

More C++ General Interview Questions

When one must use recursion function? Mention what happens when recursion functions are declared inline?

0 Answers  


What is an iterator?

0 Answers  


What is a namespace in c++?

3 Answers  


Can a Structure contain a Pointer to itself?

0 Answers  


Give example of a pure virtual function in c++?

0 Answers  


Is c++ harder than java?

0 Answers  


How would you differentiate between a pre and post increment operators while overloading?

0 Answers  


How is data hiding achieved in c++?

0 Answers  


What are the differences between malloc() and calloc()?

0 Answers  


Distinguish between new and malloc and delete and free().

0 Answers  


What is setbase c++?

0 Answers  


Difference between const char* p and char const* p?

1 Answers  


Categories