deference between c and cpp | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

deference between c and cpp

6th Aug 2016, 11:09 AM
praveenkumar
praveenkumar - avatar
5 Answers
+ 1
cpp has just included object oriented programming and several new feature. since this has added in c .This is called c++. means post increment in c.
6th Aug 2016, 4:41 PM
Raj cODER
Raj cODER - avatar
0
c stands for C, cpp stands for C++. C does not include Object-Oriented Programming while C++ does.
6th Aug 2016, 1:40 PM
Samuel Neo
Samuel Neo - avatar
0
C++ is C with classes. (Among other features) or so Bjarne Stroustrup says. I encourage you to take a look at C code. You'll immediately notice syntax differences and libraries not commonly or ever used in C++. Eg. <stdio.h> rather than <iostream>.
6th Aug 2016, 4:36 PM
Donovan
Donovan - avatar
0
c is a top to bottom approach wheras cpp is a bottom to top approach.. c doesnot include encapsilation, iheritance, polymorphism wheras cpp does..
6th Aug 2016, 9:41 PM
Abhi Tiwari
Abhi Tiwari - avatar
0
the big task can be split with into multi single task with the help of function called as C. In c++ the data as well as the function combine in a single unit or task.
7th Aug 2016, 2:52 AM
Ashok AK
Ashok AK - avatar