Thursday, May 12, 2016

C# and C similarities

Similarities between C and C#:


1) Both need to have a Main function

2) The declarations of the variables are almost the same: int, string, char, float, bool, etc

3) Both has order of precedence.