- 1
What is the difference between c and c sharp??
2 Answers
+ 2
The difference between c and c# is the difference between a Native compiled and a IL compiled language which runs on CLR
+ 1
The difference between c and c# are
1. C is a structure oriented programming language while C# is an object oriented language
2. C programming language is more suitable for system programming apps, hardware apps, embedded device and chip designing. While C# is suitable for apps development and web apps development



