How are C, C# and C++ different? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How are C, C# and C++ different?

25th Nov 2017, 1:03 PM
Zhang Zhenjie
Zhang Zhenjie - avatar
3 Answers
+ 2
C is a structured programming language, better used to build up console applications and one of the first languages created. That's why most of the languages out there are "C based" languages. C++ and C# are object oriented programming languages, and C++ is way older than C#. C++ is well known as a superset of C. That means you can write things in C++ and keep using all the resources you got in C. You can print things using both "cout" and "printf" functions, for example. C# is a "Microsoft's version of Java" in my opinion. Most of the structures, syntaxes and stuff are the same. To get what I exactly mean, you must take your time and study both 3 languages.
25th Nov 2017, 1:13 PM
Jonathan Álex
Jonathan Álex - avatar
0
an interesting note... c# is actually c++++ if u observe carefully u will see a hash ( #) has 4 plus in it... ++ ++ joined... sooo its superior in the sense..
25th Nov 2017, 1:37 PM
sayan chandra
sayan chandra - avatar
28th Nov 2017, 7:07 AM
Bryan B
Bryan B - avatar