+ 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?
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
0
They are not the same. C is more similar to C++, C# is more similar to Java.
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.
- 1
not really. it matters only Your OS version