Question d’entretien chez Cognizant

What is difference between c and C++??

Réponses aux questions d'entretien

Utilisateur anonyme

28 sept. 2015

In c there is no exception handling concept whereas in c++ it is done through try,catch and throw mechanisms.

3

Utilisateur anonyme

10 août 2015

C is structure oriented programming language ,c++ is object oriented programming language

11