Is it possible to provide special behavior for one instance of a template but not for other instances?
No Answer is Posted For this Question
Be the First to Post Answer
What is implicit conversion/coercion in c++?
Given an array of size N in which every number is between 1 and N, determine if there are any duplicates in it. You are allowed to destroy the array if you like. [ I ended up giving about 4 or 5 different solutions for this, each supposedly better than the others ].
What is the difference between the functions memmove() and memcpy()?
Can notepad ++ run c++?
find the two largest values among the 6 numbers using control structures : do-while,for,if else,nestedif- else ,while. one or two of them.
What is difference between c++ 11 and c++ 14?
WHAT IS THE ABREVATION OF FORTRAN?
Describe linked list using C++ with an example.
What do you mean by abstraction. Explain your answer?
Why Pointers are not used in C++?
Why pointer is used in c++?
When must you use a pointer rather than a reference?