what is the main difference between C# and C ?? and why C is not a course in SoloLearn?? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 5

what is the main difference between C# and C ?? and why C is not a course in SoloLearn??

C and C#

1st Mar 2018, 5:04 PM
khorshied
khorshied - avatar
3 Answers
+ 3
C is an old language. Use C++ instead whereever possible. It's built on top of C. If you know C++, you also know C. So I'm going to compare C++ to C#. C++ is there to build things that are very complex or that need very much performance. C# works best on Windows. It is "their language" and good for graphical applications and basically everything where C++ would be exaggerated. Correct me if I'm wrong.
1st Mar 2018, 6:46 PM
Timon Paßlick
+ 3
C is pretty old.
2nd Mar 2018, 5:53 PM
CodeCube
CodeCube - avatar
+ 2
my opinion is,respectively to Timon,they are both from the same root but C is the old one,closer to machine's language,C# does more advanced things but with a language closer to High Level Language and more understandable,as we code print in C, and code Write in C#.also C is almost outdated.
2nd Mar 2018, 12:09 PM
Naeim Rahimzade
Naeim Rahimzade - avatar