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

What is the difference betwen C, C# and C++?

3rd May 2018, 12:45 PM
Houssein Elmi Hassan
Houssein Elmi Hassan - avatar
2 Answers
+ 2
Short: C ia a low level programming language that works for every device. C++ is an extension for C with classes and more. C# is developed for the .net framework. it only Runs on OS with the .net framework installed.
3rd May 2018, 2:34 PM
XiLef
+ 1
To expand on XiLef 's answer, C++ (also called cpp) is based on C. Cpp offers more features such as object oriented programming and is higher level. C code is compatible with Cpp code but not always the other way around.
3rd May 2018, 3:23 PM
Ben Allen (Njinx)
Ben Allen (Njinx) - avatar