what is the difference between int and Int32?
Answer Posted / afazal
There are the below differences between int and int32
1. It is good practice in the programming that code should
be more readable, when you will use int32 it is explicitly
specifying that it is a 32 bit integer, even int is also 32
bit integer.
2. int is a C# keyword but int32 is belong to CTS, int32 is
a structure of System namespace (System.int32)
View my profile by below link
http://afazal.blogspot.com/2007/12/afazal-profile.html
| Is This Answer Correct ? | 9 Yes | 2 No |
Post New Answer View All Answers
Do void methods have parameters?
What is the console on a mac?
Define an escape sequence, name few strings in escape sequence?
what is a constructor? What is a destructor?
What is c# used for in the industry?
Why abstract class can not be instantiated?
Differentiate between response.expires and response.expiresabsolute?
What is the lock statement in c#?
What is difference between destructor and finalize?
What are the return types in c#?
how to create crystal reports give one detail example(i want to view age category report) please give suitable example in my small knowledge
What are the 3 logical operators?
What does async mean in c#?
Describe a Struct ?
Can abstract class have constructor in c#?