What are advantages of c++?
No Answer is Posted For this Question
Be the First to Post Answer
What do you mean by stack unwinding in c++?
Write a program to calculate the following i want a c++program for this condition 1+4+9+16+….+100 Like this (1^2+2^2) Hint use function pow(a,b)
Is c++ slower than c?
What is cloning?
Can we use this pointer in a class specific, operator-overloading function for new operator?
How the programmer of a class should decide whether to declare member function or a friend function?
What is virtual function? Explain with an example
Is the declaration of a class its interface or its implementation?
What are the effects after calling the delete this operator ?
What is a static element?
What is the difference between reference and pointer?
How the endl and setw manipulator works?