Difference B/W C And C#

Difference  between C & C#

C
C#
C is a procedure oriented programming language.
C# is a multi-paradigm programming language as it has concepts of both procedure oriented programming and object-oriented programming.
Top down approach
Bottom up approach
More suitable for system programming apps, hardware apps, embedded device and chip designing
Suitable for apps development and web apps development
Deals with four basic data type like int, float, double and char.
Deals with five data types: int, float, double, char, and Booleans.
32 keywords
87 keywords
One type of integral
Two type of integrals: char type and whole number which can be signed or unsigned.
Can be compiled on any platform
Can be compiled primarily on Windows
loading...

No comments:

Powered by Blogger.