Pergunta de entrevista da empresa Cognizant

What is difference between c and C++??

Respostas da entrevista

Sigiloso

28 de set. de 2015

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

3

Sigiloso

10 de ago. de 2015

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

11