+ 2

What is the difference between c and c++ and c#

I'm just a beginner

30th Mar 2017, 4:47 PM
Abhay P Nair
Abhay P Nair - avatar
5 Answers
+ 27
firstly C language is developed C++ is advanced version of C C# is advanced version of C++ and the difference is with every upgrade the syntax changes with the concepts
30th Mar 2017, 4:59 PM
Mansi Dagla
Mansi Dagla - avatar
+ 15
those are complete different programming languages, only the name is similar
30th Mar 2017, 4:56 PM
Kamil
Kamil - avatar
+ 5
C is POP, others are OOP.
16th Apr 2017, 7:49 AM
Dragon Slayer Xavier
Dragon Slayer Xavier - avatar
+ 3
C is the Structured Programming. C++ is the programming language with OOP design on C but C++ is not the general purpose programming language. You cannot use C++ for website yet (of course, I saw some coding for it before but still no one will use C++ for website :D) C# is the general purpose programming language and it's language design is neat and tidy. It has more features than C++. C# is more concrete language than C++.
30th Mar 2017, 8:59 PM
Yhal Htet Aung
Yhal Htet Aung - avatar
+ 1
thnkkzz for the answers😁
31st Mar 2017, 3:11 AM
Abhay P Nair
Abhay P Nair - avatar