+ 2
[DUPLICATE] whats the difference between C and C++?
2 Answers
+ 3
The major difference between C andC++ is that C is a procedural programming language and does not support classes and objects, while C++is a combination of both procedural and object oriented programming language; therefore C++ can be called a hybrid language.
I think I broke it down a little....
0
"C++ is C with classes"
Of course there are some more differences, also in terms of syntax, but in general you can think of C++ being a superset of C.



