What is partial specialization or template specialization?


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

Post New Answer

More C++ Interview Questions

It is possible to build a C++ compiler on top of a C compiler. How would you do this?

0 Answers   Amazon,


Identify the error in the following program. #include<iostream.h> void main() { int i = 0; i = i + 1; cout « i « " "; /*comment *//i = i + 1; cout << i; }

1 Answers  


What is wrong with this statement? std::auto_ptr ptr(new char[10]);

0 Answers   Amazon,


What is bool in C++

0 Answers  


Consider the following C++ program

0 Answers  






What is a virtual base class?

6 Answers   Fidelity, Siemens,


How does stack look in function calls? When does stack overflow? What can you do to remedy it?

0 Answers   Adobe,


Define an Abstract class in C++?

0 Answers  


What is a memory leak in C++?

0 Answers   Agilent,


what is a pragma in C++?

0 Answers   Aspire,


What is an abstract class?

5 Answers   Siemens,


Explain function prototypes in C++.

0 Answers   Aricent,


Categories