What is partial specialization or template specialization?
No Answer is Posted For this Question
Be the First to Post Answer
Explain why C++ is not purely Object Oriented Language
Explain the difference between method overriding and method overloading in C++?
What is conversion constructor in C++
How to input string in C++
There is a base class sub, with a member function fnsub(). There are two classes super1 and super2 which are sub classes of the base class sub.if and pointer object is created of the class sub which points to any of the two classes super1 and super2, if fnsub() is called which one will be inoked?
What is placement new?
What is the difference between creating an object, using 'new' and using 'malloc'?
What are the different scope C++ provide ?
Declare a pointer to a function that takes a char pointer as argument and returns a void pointer.
What does it mean to declare a function or variable as static?
What is partial specialization or template specialization?
what is a pragma in C++?