Difference between C, C++ and C# ? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

Difference between C, C++ and C# ?

20th Aug 2017, 7:39 PM
Vignesh K
Vignesh K - avatar
3 Answers
+ 9
C and C++ you need to do manual garbage collection. Which may be good and bad. C# have automated but undeterministic garbage collection. (In programming we have something called 'Objects', having too much unwanted objects is bad and garbage collection get rids of them) C# have more restriction compared to C/C++. Meaning that its safer to code in C# but it may be also less powerful. C++ is basically C with more flavors. That is in a nutshell to someone who doesnt know much programming.
20th Aug 2017, 11:33 PM
Wen Qin
Wen Qin - avatar
+ 6
also maybe 20 years each other:)))
20th Aug 2017, 7:47 PM
Highman
Highman - avatar
+ 4
what is the difference between italian spanish and portuguese?? they are different languages; some words and pronunciacion are familar but thats all ...
20th Aug 2017, 7:44 PM
Melih Melik Sonmez
Melih Melik Sonmez - avatar