Domanda di colloquio di Cognizant

What is difference between c and C++??

Risposte di colloquio

Anonimo

28 set 2015

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

3

Anonimo

10 ago 2015

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

11