Question d’entretien chez Tech Mahindra

what is the difference between c and c++ ?

Réponse à la question d'entretien

Utilisateur anonyme

20 mars 2017

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.