- 1

What is the difference between c and c sharp??

29th Dec 2016, 5:17 PM
Rushi Bhagat
Rushi Bhagat - avatar
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
29th Dec 2016, 5:29 PM
Suvaditya
Suvaditya - avatar
+ 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
29th Dec 2016, 5:42 PM
pawanjaiswal
pawanjaiswal - avatar