Einfochips interview question

Difference between C and C++

Interview Answer

Anonymous

15 May 2021

The main difference between both these languages is 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 languages.