+ 2
What is the difference between c and cpp
2 Answers
+ 2
One is object oriented programming. C++ is object oriented and C is not.
The other big one is strings. C has no string data type, you have to declare an array of characters, which has a limited size, or work with pointers for no limit.
There are other differences, those are just the biggest.
+ 1
and i think c has struchar oriented language and cpp has a class and constrctor... he is right