0

What is the main and basic difference between c and c++?

Is it programming or compiler

24th May 2017, 7:27 AM
Sreekar Reddy
Sreekar Reddy - avatar
2 Answers
+ 2
C is a "subset" of C ++ Inherit the good characteristics of C Added some new capabilities to improve efficiency -note -Data types -include and declare -namespace - memory management -cin and cout -......... C only supports procedural programming C ++ ~ = C + object oriented programming I think so :D
24th May 2017, 7:37 AM
Nguyễn Hồng PhĂșc
Nguyễn Hồng PhĂșc - avatar
+ 1
the main difference between C and C++ is programing paradigms. C is imperative, function, procedural programing language, C++ also supports all the paradigms but the key differences between the both is that C++ supports object oriented paradigm.
24th May 2017, 2:05 PM
Keshave Jat
Keshave Jat - avatar