+ 2
What is difference in c and c# ??
I am in doubt please help me !!
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#.
0
please
0
help
0
me
0
this is not the same language, so you'll find some differences between the twos
0
exactly me too confused.but want to r they same language?
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.



