What is the use of "new" operator?
No Answer is Posted For this Question
Be the First to Post Answer
Does defining a function inline mean that it wont push and pop things on/off the stack ...like parameters and the return the address??
Is linux written in c or c++?
What is the type of this pointer in c++?
Is c++ a dying language?
Which is best c++ or java?
Given the following seqment of code containing a group of nested if instructions: y = 9; if ((x==3) || (x == 5)) y++; else if (x == 2) y *= 2; else if (x == 4 ) y-= 7; else y = 8; Enter a segment of code (without any IF statements) that does exectly the same thing using the switch structure.
What are the two types of comments?
Why struct is used in c++?
what are the iterator and generic algorithms.
Explain the concept of memory leak?
Can constructor be static in c++?
What are iterators in c++?