+ 1
Want to learn c programming language. But which one?
what's the difference in c++ and c program and c#
5 Respostas
+ 2
it depends on which kind of os you want to develop
c# is a language created by Microsoft for its systems. c++ is the "original" child of c and it runs natively on o wider range of operating systems
+ 2
as i said c# becus c is very old and useless and c++ is better than c but its still old but c# is the best
+ 1
c# beacus it is newest and easiest c languages ...
+ 1
Both C and C++ language have a lower level of abstraction that increases their complexity.
C is applied in kernel and hardware device drivers.
C++ includes the object oriented language and it can be used for almost everything: games, desktop applications, web development, operating system...
C# has a higher level of abstraction, so it is less complicate than c or c++.
Its applications are website, mobile apps...
If you want to start with C programming, I recommend you C or C++, because both of them allow you to understand better how computers work at low level.
I would go for C++, because has almost the same syntax of C, and , as I said before, includes OOP.
I hope I was helpful, and sorry for my bad English ;)
0
Thank you all for helping. 😁 😀