0
Can somebody tell me the difference between C and C++
What should I learn first. Can I learn C++ without learning C
8 Réponses
+ 5
Consider them as 2 totally different programming language.
C++ was initially created on top of C, but as the standards evolved, they are now 2 completely different languages sharing somewhat similar syntax.
+ 4
Hi! Your question is very popular and has been asked in this section a huge number of times. Please, try using the search bar in other cases. It is located at the top of the mobile app window and looks like a magnifying glass icon. Good luck!
+ 3
The main difference is C language is procedural oriented programming language but c++ is the combination of object oriented and procedural oriented programming language
+ 2
Hope this helps you
+ 2
Hope this too helps you
+ 1
There is no need to learn C before learning C++. They are different languages. It is a common misconception that C++ is in some way dependent on C and not a fully specified language on its own. Just because C++ shares a lot of the same syntax and a lot of the same semantics, does not mean you need to learn C first.