+ 7
How C differ from C++
2 Answers
+ 8
The majorĀ differenceĀ betweenĀ CĀ andĀ C++Ā 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.
+ 4
#groundhog_day