0
Programming
Hello guys! Could someone please help me, I donât know to choose which one ? C or C# ? Anyone can guide me please? Thanks!
3 Answers
+ 3
C is a low level language. It lets you to manage memory allocated to your program and much more. It is quite old, but it is still used and all other languages are derived from it.
C# is object oriented language similar to Java and is very popular these days. It was created by Microsoft and has vast community of programmers. You can create windows form applications easily and it is also used to make games.
I personally like C# more. It is also easier to learn from my perspective, but it also has some limitations.
+ 3
C language is a relatively old language. C++ is an object oriented variant of C lang. If you're a computer science student, start with C
0
Maybe you find something helpful there -
https://www.sololearn.com/discuss/331564/?ref=app
https://www.sololearn.com/discuss/393098/?ref=app