What is the difference between C, C# and C++? | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
+ 3

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

19th Aug 2017, 10:52 AM
Chetan
Chetan - avatar
2 ответов
+ 4
C# and c++ are object oriented, while C is not. Their usage is different, C is mostly used for low level development, like kernel development, or programming chips like AVR. C++ can be used for almost everything, application development (for every OS), Game. C# uses .net framework and can be run only on Windows. It can be run on other platforms too but not efficiently. But it's powerful language to create apps for Windows, and also games, some engines use c# for game development. Better comparison can be found by searching...
19th Aug 2017, 11:00 AM
Ali Rashidi
Ali Rashidi - avatar
19th Aug 2017, 2:58 PM
Dragon Slayer Xavier
Dragon Slayer Xavier - avatar