How a macro differs from a template?
No Answer is Posted For this Question
Be the First to Post Answer
How do you know that your class needs a virtual destructor?
What does '\r' and '\b' mean? Please explain with example.
Can we change the basic meaning of an operator in c++?
What is type of 'this' pointer? Explain when it is get created?
What is difference between class and function?
What are the different operators in C++?
Explain differences between new() and delete()?
What are raw sockets, where they are efficient?
When the design recommends static functions?
What are the difference between reference variables and pointers in C++?
If horse and bird inherit virtual public from animal, do their constructors initialize the animal constructor? If pegasus inherits from both horse and bird, how does it initialize animal’s constructor?
Are strings mutable in c++?