Cognizant interview question

What is difference between c and C++??

Interview Answers

Anonymous

28 Sept 2015

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

3

Anonymous

10 Aug 2015

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

11