what is c++
No Answer is Posted For this Question
Be the First to Post Answer
How compile and run c++ program in turbo c++?
What is a catch statement?
Explain the difference between c++ and java.
How can an improvement in the quality of software be done by try/catch/throw?
What do you know about near, far and huge pointer?
How to create a pure virtual function?
What is constructor c++?
What is the use of cmath in c++?
What are the advantages of inheritance in c++?
class base { public: int fun(int) {} }; class base2 { public: int fun(float) { } }; so here qustion is both function either function overloading or over riding;
What are the advantages of using typedef in a program?
Is c++ still being used?