employer cover photo
employer logo
employer logo

Tata Consultancy Services

Part of Tata Group

Engaged Employer

Tata Consultancy Services Interview Question

What is the difference between C and C++?

Interview Answer

Anonymous

Jul 24, 2025

C is a procedural programming language, while C++ is both procedural and object-oriented. C++ supports features like classes, objects, inheritance, and polymorphism which C does not.