How can you force instantiation of a template?
Answer / 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 |
How many static variables are created if you put one static member into a template class definition?
Check for Balanced Parentheses using Stack?
Mention the storage classes in c++.
What are built-in functions? What is the syntax for the definition?
Differentiate between a template class and class template?
which is the easy way to divide any integer by 2?
Arrange Doubly linked list in the ascending order of its integral value and replace integer 5 with 7?
Why iomanip is used in c++?
List the merits and demerits of declaring a nested class in C++?
What is the rule of three?
What is function overriding?
What are c++ data types?