+ 2

What is the difference between c and c#?

23rd Feb 2017, 3:47 PM
Lakshmi Sahithi.Bhuvanagiri
1 Answer
+ 2
There is no language named C##. There is C, a very fast, very low level language. There is C++ another fast, low level language. Unlike C, C++ allows object oriented programming. There is C#, which is used for a great amount of applications in the industry today. C# is allows a high level of abstraction. It is very similar to Java. I recommend the Wikipedia pages on these programming languages or trying a simple Hello World in each to help you understand the differences. ^_^
6th Jan 2017, 4:58 PM
Drew Forbes
Drew Forbes - avatar