What new()is different from malloc()?
No Answer is Posted For this Question
Be the First to Post Answer
Explain operator overloading.
What do you mean by ‘void’ return type?
What is a stack c++?
Do class declarations end with a semicolon?
What are the advantages of using a pointer? Define the operators that can be used with a pointer.
Which uses less memory? a) struct astruct { int x; float y; int v; }; b) union aunion { int x; float v; }; c) char array[10];
Is java based off c++?
Is overriding possible in c++?
check whether a no is prime or not.
Explain the static member function.
What is an Object/Instance?
what do you mean by volatile variable?