- 1

c and c++

Is there any difference between c and c++ ?

5th Dec 2016, 9:38 AM
xx kk
xx kk - avatar
3 Answers
+ 3
The biggest difference is inclusion of class. There are no class available in "c" while in c++ it is added.
5th Dec 2016, 12:50 PM
Rishabh Agrawal
Rishabh Agrawal - avatar
+ 2
Yes they do have a lot of differences. C is older than C++ so it definitely has a lot of lacks. C++ is commonly used to make game engines and console applications but C is commonly used as only console applications.
5th Dec 2016, 12:03 PM
Cyrus Ornob Corraya
Cyrus Ornob Corraya - avatar