+ 2
Which one is more useful? "C", "C++", or "C#" ?
is there any difference between c, c++ or c# ? where and how I use these to earn something? are they related to Java?
6 Answers
+ 2
C is the mother of C++ and C#
C# is used a lot in applications with a user-interface. The user interface is build in WPF or WinForms.
C++ is used a lot in low level programming to control machines, embedded software.
C is a procedural programming language, C++ and C# are object oriented
+ 2
C# is not just for Windows Microsoft.
Quickly Search it up ;)
+ 2
To understand any programming language first of all we need to understand C language
C++ and C# is more useful
+ 1
C# is very very close to Java.
C and C++ is the ancestors of C#.
all of these languages are C languages. C and C++ are much much lower languages than C# and Java.
I don't really know how to explain the differences
+ 1
thanks for the help guys..
0
c is the best if you do not need classes.
For object oriented programming use c++
c# is mostly for windows microsoft.
java is multiplatform but with an horrible sintax, good for professional programmer.