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
How do I use turbo c++?
what is the emaning of '#include" "'?
What are smart pointer? Whats its use?
Explain overriding.
What is a built-in function?
Is there any problem with the following: char *a=NULL; char& p = *a;?
What is the type of this pointer in c++?
Does c++ have a hash table?
When one must use recursion function? Mention what happens when recursion functions are declared inline?
write a program that a 5 digit number and calculates 2 power that number and prints it.
2 Answers Vimukti Technologies,
What is the use of main function in c++?
What is static function? Explain with an example