0
What is the difference between c and c# and c++
That is a reasonable question, even your children can ask you
4 Answers
+ 4
C: It's the most oldest programing language. And widely used by beginners but it's also a very widely used language but there's no support of OOP that's why c++ is introduced
C++: It's most popularly used programing language after java and python. It's support OOP and also support nice graphical support. Basically c++ is precedence of C
C# : It's basically a scripting language don't compare it with CSS it's backbone is still C but widely used for graphical support like in games, window apps, etc. And was made by windows devs that's why c# framework is .net framework.
That's my views :)
+ 3
Chirag Kumar almost, except that C is not the oldest programming language. Many languages existed before C, some of the most popular are Fortan and Lisp.
+ 2
Aymane Boukrouh [Inactive] I mean to say that among these 3, C is oldest :)
- 1
one has Just a C, the other has a # and the other has a ++