0
what is the difference between c and c++
2 Answers
+ 2
c++ is high level language with the concept of object oriented programming(oop). on the other hand c is a low level language and have structures , c language just have the concepts of fundamental programing which is also known as Action oriented programming
0
c++ follows the principle of oop language that is object oriented programming while c does not follow it. It also has objects and classes which are far more useful than structures.



