+ 1
What is the difference between C, C++, C#
3 ответов
+ 3
c is a general purpose high level language to create a computer programs and developed them but there have some limitation
c++ is a general purpose programming language use to develop and create any type of art applications music players and video games and c++ have also concepts of oops
+ 3
C++ is an enhaced version of C mostly used on general software, game engines, etc.
C# is a high level language developed by Microsoft to work with .NET for general use.
C is a multipurpose mid/high level language used commonly on operating systems and drivers. Unlike the other two languages, C is not object-oriented.
0
Ok