+ 2

What is difference in c and c# ??

I am in doubt please help me !!

1st Sep 2016, 1:56 PM
Shubham Priyesh
Shubham Priyesh - avatar
7 Answers
+ 3
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.Both C and C# deals in four basic data type like int, float, double and char. C# has one addition data type feature Booleans, which is used to shows the output of logical operations.Total 32 keywords are used in C programming language while in C# total 87 keywords are used.C# has more integral type as compare to C. There is only one type of integral in C, which are two in C#, char type and whole number which can be signed or unsigned.C is a structure oriented programming language while C# is an object oriented language.Top down approach program structure is followed by C while bottom up approach program structure is adopted by C#.
2nd Sep 2016, 5:57 AM
atulvarma96
0
please
1st Sep 2016, 1:57 PM
Shubham Priyesh
Shubham Priyesh - avatar
0
help
1st Sep 2016, 1:57 PM
Shubham Priyesh
Shubham Priyesh - avatar
0
me
1st Sep 2016, 1:57 PM
Shubham Priyesh
Shubham Priyesh - avatar
0
this is not the same language, so you'll find some differences between the twos
1st Sep 2016, 4:24 PM
Florent FERRO
Florent FERRO - avatar
0
exactly me too confused.but want to r they same language?
2nd Sep 2016, 5:48 AM
Md Sumon Mia
Md Sumon Mia - avatar
0
c is a completly different language. c# is an objective language (it have objcts, classes and much more). c is not an objective language. you use a procedures and funtions in c.
2nd Sep 2016, 11:55 AM
agnkowal