+ 2
what is c & c++?
differences
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.
šā
+ 2
@Baraa AB
Not sure if Iād call C a high level language...
+ 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.
0
@jacob sir
ty fr providing me this helpful information.
- 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++.