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 property in c#?
Explain the types of comments in c#?
Can we change static variable value in c#?
What is interface c#?
What are c# i/o classes?
What are predicates in c#?
Describe the types of comments in c#?
What is a Command Object in C#?
How do you escape c#?
What is difference between dictionary and hashtable in c#?
Explain About Assembly in .NET, types of assemblies, their difference, How to register into GAC. How to generate the strong names & its use.
What are the boolean data types in c#?
What are the principles of delegation?
What is continue in c#?
How do you prevent a method from being overridden in c#?