Northrop Grumman Interview Question

What is the difference between C and C++.

Interview Answer

Anonymous

Jul 13, 2018

The major difference between C and C++ is that C is a procedural programming language and does not support classes and objects, while C++ is a combination of both procedural and object oriented programming language;