Where and why do I have to put the "template" and "typename" keywords?


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

Post New Answer

More C++ General Interview Questions

Explain 'this' pointer and what would happen if a pointer is deleted twice?

0 Answers   Genpact,


When should we use container classes instead of arrays?

0 Answers  


What are proxy objects in c++?

0 Answers  


What is implicit pointer in c++?

0 Answers  


In the derived class, which data member of the base class are visible?

0 Answers  






what are prototypes

4 Answers   Infosys, TCS,


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

0 Answers  


Is c++ a software?

0 Answers  


Difference between Operator overloading and Functional overloading?

10 Answers   HP,


Explain what are accessor methods?

0 Answers  


Write a c++ code that will calculate the roots of a quadratic equation a2+ bx+c=0 Hint: d = sqrt (b2-4ac), and the roots are: x1 = (€“b + d)/2a and x2 = (€“b €“ d)/2a (use sqrt function from cmath.h )?

0 Answers   Maxobiz,


They will ask u question about single linked list?. Write Code for to insert delete node.

2 Answers   Persistent,


Categories