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

Write a C++ Program to Generate Random Numbers between 0 and 100

1 Answers  


Explain function overloading

0 Answers  


Can java be faster than c++?

0 Answers  


#include<iostream.h> void main() { class x { public: int func(int) { cout<<"cool"; return 1; } } }

1 Answers   Infosys,


What is the difference between Class and Structure?

40 Answers   HP, IBM, Samsung, TCS,






What are the advantages of C++ programming compared to C programming?

2 Answers   HAL,


What is an Object/Instance?

1 Answers  


What is switch case in c++ syntax?

0 Answers  


Explain the operation of overloading of an assignment operator.

0 Answers  


How do you initialize a class member, class x { const int i; };

8 Answers   emc2,


What are inline functions? What is the syntax for defining an inline function?

0 Answers  


When does a name clash occur?

1 Answers  


Categories