Pergunta de entrevista da empresa Tata Consultancy Services

What is the difference between C and C++?

Resposta da entrevista

Sigiloso

24 de jul. de 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.