How can you force instantiation of a template?
Answer Posted / bhargavi
You can force the instantiation of a specialization of the
template by specifying a prototype somewhere in your code.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Can the operator == be overloaded for comparing two arrays consisting of characters by using string comparison?
write a c++ program to create class student having datamember name,Roll_no,age,and branch intilcization all the member using constructor print the all the details on the screen.
Can we use pointers in c++?
Evaluate !(1&&1||1&&0) a) Error b) False c) True
Is nan a c++?
Is there a sort function in c++?
Difference between a homogeneous and a heterogeneous container
Why the usage of pointers in C++ is not recommended ?
Can comments be longer than one line?
If you push the numbers (in order) 1, 3, and 5 onto a stack, which pops out first a) 1 b) 5 c) 3
What are the advantages of inheritance in c++?
What can I use instead of namespace std?
Can we overload operator in c++?
Can a Structure contain a Pointer to itself?
What is the default access level?