+ 2

what is c & c++?

differences

16th Feb 2018, 8:02 PM
Harish Ragav
Harish Ragav - avatar
6 Answers
+ 3
-As you will see in sololearn lessons: C++ is a general-purpose programming language. C++ is used to create computer programs. Anything from art applications, music players and even video games! -C is a high-level and general-purpose programming language that is ideal for developing firmware or portable applications. Originally intended for writing system software, C was developed at Bell Labs by Dennis Ritchie for the Unix Operating System in the early 1970s. 😄✌
16th Feb 2018, 8:45 PM
Baraa AB
Baraa AB - avatar
+ 2
@Baraa AB Not sure if I’d call C a high level language...
16th Feb 2018, 9:33 PM
Jacob Pembleton
Jacob Pembleton - avatar
+ 2
@Deepak Bhalode C++ used to be just a superset of C back when Turbo C++ was relevant, but look at cplusplus.com and you will see that that has not been the case since C++ 98. C++ has greatly evolved since then, although SoloLearn doesn’t teach advanced concepts so this may be hard to see if this is your only source for learning.
20th Feb 2018, 1:40 AM
Jacob Pembleton
Jacob Pembleton - avatar
0
@jacob sir ty fr providing me this helpful information.
21st Feb 2018, 2:44 AM
Deepak Bhalode
Deepak Bhalode - avatar
- 1
C is completely based on procedural programming paradigm whereas ,C++ is a superset of C which supports object oriented programming paradigm. u cn also access or run C codes in C++.
17th Feb 2018, 4:28 AM
Deepak Bhalode
Deepak Bhalode - avatar