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
What is xpath in c#?
How do I create a multilanguage, single-file assembly?
What is activator c#?
what is the Difference between the public and private ?
How does inheritance work in c#?
What is a factory in c#?
What is the difference between Static, Const and read only?
Explain the difference between // comments, /* */ comments and /// comments?
What is a datacontract?
What is meaning of type safety in c#?
What is asp net in c#?
What is cache memory in c#?
What do you know about WM_CHAR message?
Why do we use anonymous method in c#?
What is the use of base keyword? Tell me a practical example for base keyword’s usage?