+ 2
What is the difference between c and c++ and c#
I'm just a beginner
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
+ 15
those are complete different programming languages, only the name is similar
+ 5
C is POP, others are OOP.
+ 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++.
+ 1
thnkkzz for the answersđ