saving . . . saved Difference between C and Cpp has been deleted. Difference between C and Cpp has been hidden .
Difference between C and Cpp
Title
Question
What is the difference between C and Cpp? Is required to learn both? What is in C which cannot be done using Cpp?

C-and-Cpp General None min None sec 13-02-20, 5:06 p.m. RaviKumarGupta

Answers:

C is procedure oriented which is based on functions.
 But Cpp is object oriented, which provides many advanced features related to objects such as information hiding, inheritance polymorphism etc

Syntax of inputting and outputting statements are different in C and C++.

15-02-20, 6:48 a.m. renethajb


Log-in to answer to this question.