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


Please Help Members By Posting Answers For Below Questions

Can recursive program be written in C++?

629


Why is c++ awesome?

575


Show the application of a dynamic array with the help of an example.

582


Evaluate the following expression as C++ would do :8 * 9 + 2 * 5 a) 82 b) 79 c) 370 d) list

610


What does it mean to declare a member function as virtual?

583






When does a name clash occur in c++?

711


What is ios class in c++?

577


What are the three forms of cin.get() and what are their differences?

629


What is the use of dot in c++?

618


What are the benefits of c++?

565


What is the difference between cin.read() and cin.getline()?

555


What is the size of a vector?

575


What is a unnitialised pointer?

529


Why c++ is not a pure oop language?

553


List different attributes in C++?

641