0

what is the difference between c and c++

29th Aug 2016, 6:06 PM
sumit saurabh
sumit saurabh - avatar
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
29th Aug 2016, 9:04 PM
mirza arslan
mirza arslan - avatar
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.
29th Aug 2016, 7:10 PM
Harishiv Singh
Harishiv Singh - avatar