+ 1

Is there any difference between C# and C languages?

I started learning C# as I thought that it is C but in the process I stuck in a dilemma that are they same or not?

26th Jul 2017, 2:11 PM
Saarthak Vashishth
Saarthak Vashishth - avatar
4 Answers
+ 3
there is a huge difference! the biggest one probably is: C# is object oriented C is not furthermore C# is mostly used on Windows-Systems since was developed on behalf of Microsoft
26th Jul 2017, 2:18 PM
Martin Ed
Martin Ed - avatar
0
They are not the same. C is more similar to C++, C# is more similar to Java.
26th Jul 2017, 3:03 PM
Conway Lih
Conway Lih - avatar
0
They are different languages, although they have features in common. C# is less than twenty years old, and C appeared more than forty years ago. The early versions of C# were really similar to Java, although those two languages have become more different over time.
26th Jul 2017, 8:44 PM
David Stiles
David Stiles - avatar
- 1
not really. it matters only Your OS version
26th Jul 2017, 2:17 PM
Mihail
Mihail - avatar