What is the difference between C++ and C? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 9

What is the difference between C++ and C?

Difference

18th Jul 2020, 1:32 AM
Nelly Derzyan
Nelly Derzyan - avatar
19 Answers
+ 9
Nelly Derzyan Just a scam who is too much popular
21st Jul 2020, 4:10 AM
Khalid Shaikh
Khalid Shaikh - avatar
+ 8
The basic difference is C doesn't have ++ and other has it😆
21st Jul 2020, 3:55 AM
Khalid Shaikh
Khalid Shaikh - avatar
+ 8
Nelly Derzyan Sorry i didn't mean to spoil the technical mood😁 But thats wht i consider 😝
21st Jul 2020, 4:01 AM
Khalid Shaikh
Khalid Shaikh - avatar
+ 8
Nelly Derzyan used a translator 🤣 i give up!!
21st Jul 2020, 4:07 AM
Khalid Shaikh
Khalid Shaikh - avatar
+ 8
Nelly Derzyan thats y i dont bliv in google it translated *nothing*😂
21st Jul 2020, 4:09 AM
Khalid Shaikh
Khalid Shaikh - avatar
+ 7
Nelly Derzyan я прошу прощения Ցավում եմ Gomain na sai😅
21st Jul 2020, 4:04 AM
Khalid Shaikh
Khalid Shaikh - avatar
+ 7
Nelly Derzyan aha we r pebbles in comparison
21st Jul 2020, 7:53 AM
Khalid Shaikh
Khalid Shaikh - avatar
+ 5
Khalid Shaikh creative answer 😂😂
21st Jul 2020, 4:00 AM
Nelly Derzyan
Nelly Derzyan - avatar
+ 5
Khalid Shaikh U spoiled😂😂
21st Jul 2020, 4:02 AM
Nelly Derzyan
Nelly Derzyan - avatar
+ 5
Khalid Shaikh ոչինչ😁
21st Jul 2020, 4:05 AM
Nelly Derzyan
Nelly Derzyan - avatar
+ 5
Guys that's not the difference the is actually a big difference 😉
21st Jul 2020, 4:07 AM
Pjc
Pjc - avatar
+ 5
Khalid Shaikh popular than us😭😂
21st Jul 2020, 4:13 AM
Nelly Derzyan
Nelly Derzyan - avatar
+ 4
C++ is a morden c with better features just like how the is iPhone 11 ( c) then the is a modern iPhone 11 pro(c++) but if you are choosing between the two go for c++ cause it's the future hope it helps 😁
19th Jul 2020, 7:32 PM
Pjc
Pjc - avatar
+ 4
Khalid Shaikh i said nevermind 😂in Armenian language
21st Jul 2020, 4:08 AM
Nelly Derzyan
Nelly Derzyan - avatar
+ 4
Khalid Shaikh 🤦🏻‍♀️😂Google is dumb
21st Jul 2020, 4:10 AM
Nelly Derzyan
Nelly Derzyan - avatar
+ 1
I've provide you alot of answers of this ques.
18th Jul 2020, 3:20 AM
Navneet Kaur💫
Navneet Kaur💫 - avatar
0
hello, C++ can be said a extension of C. Mainly added features in C++ are Object Oriented Programming, Exception Handling and Richer Library. C: C was developed by Dennis Ritchie between the year 1969 and 1973 at AT&T Bell Labs. C does no support polymorphism, encapsulation, and inheritance which means that C does not support object oriented programming. C contains 32 keywords. For the development of code, C supports procedural programming. Data and functions are separated in C because it is a procedural programming language. C is a subset of C++. C does not support information hiding. Built-in data types is supported in C. Header file used by C is stdio.h. Reference variables are not supported by C. C does not support inheritance. C++ C++ was developed by Bjarne Stroustrup in 1979. C++ supports polymorphism, encapsulation, and inheritance because it is an object oriented programming language. C++ is a superset of C. C codes can be run by C++ but C cannot run the C++ codes. C++ is known as hybrid language because C++ supports both procedural and object oriented programming paradigms. Data and functions are encapsulated together in form of an object in C++. Data is hidden by the Encapsulation to ensure that data structures and operators are used as intended. Built-in & user-defined data types is supported in C++. C++ is an object driven language because it is an object oriented programming. Function and operator overloading is supported by C++.. Header file used by C++ is iostream.h. Reference variables are supported by C++. Virtual and friend functions are supported by C++. C++ supports inheritance. i hope this will help to you
27th Jul 2020, 5:45 AM
Ishan Shah
Ishan Shah - avatar