Pregunta de entrevista de Cognizant

What is difference between c and C++??

Respuestas de entrevistas

Anónimo

28 sep 2015

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

3

Anónimo

10 ago 2015

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

11