Is it possible to provide special behavior for one instance of a template but not for other instances?
1180Post New C++ General Questions
What is function overriding in c++?
How can you differentiate between inheritance and implementation in c++?
Can a function take variable length arguments, if yes, how?
When there is a global variable and local variable with the same name, how will you access the global variable?
What flag means?
What is the use of volatile variable?
Differentiate between an array and a list?
Out of fgets() and gets() which function is safe to use and why?
What is the this pointer?
What is the error in the code below and how should it be corrected?
Why do we use string in c++?
Explain the differences between list x; & list x();.
What is called array?
Write a function to find the nth item from the end of a linked list in a single pass.
Distinguish between a # include and #define.