difference between c and c++?
Answer Posted / prashant cruise
basically c is based on console user interface(CUI) JAVA IS OBJEct oriented...
prashant cruise
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What is meant by the term name mangling in c++?
What is the role of static keyword for a class member variable?
What is the difference between multiple and multilevel inheritance in c++?
What do you understand by a pure virtual member function?
What is an iterator class in c++?
What does floor mean in c++?
What is c++ array?
Explain the difference between struct and class in terms of access modifier.
What is a virtual destructor? Explain the use of it?
Is there structure in c++?
What is the error in the code below and how should it be corrected?
Which operator cannot be overloaded c++?
What are the uses of pointers?
What is static function? Explain with an example
Can we use this pointer in a class specific, operator-overloading function for new operator?