difference between c and c++?
Answer Posted / manish jangid
C++ is the hight level language, but C is low level
language.
C++ can support of all function of C, but C can't support
of all function of C++.
We can work with Class in C++, But we can't work with Class
in C
C++ is a object oriented language but C is not OOPS
C is the Top to bottom , but C++ is bottom to Top language.
| Is This Answer Correct ? | 110 Yes | 54 No |
Post New Answer View All Answers
What is the use of "new" operator?
Does c++ have finally?
Explain dangling pointer.
What is abstraction with real time example?
Difference between a copy constructor and an assignment operator.
Describe new operator?
What is #include c++?
In inline " expression passed as argument are evalauated once " while in macro "in some cases expression passed as argument are evaluated more than once " --> i am not getting it plz help to make me understand....
What are friend classes? What are advantages of using friend classes?
What is pure virtual function?
What is object oriented programming (oop)?
What is ostream in c++?
What are destructors?
List the issue that the auto_ptr object handles?
How do you master coding?