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 the use of GC.KeepAlive Method?
Why c# is type safe?
What's the difference between system.string and system.text.stringbuilder classes?
Wht executescaler method is used?
What is collection class c#?
Is struct object oriented?
Can you describe iuknown interface in short?
How do I use the 'using' keyword with multiple objects?
Can I use parseint?
What is application object in c#?
Is multiple inheritance possible in c#?
Name some properties of array.
write program in c# using this instructions name avinash varma ,work experiance<2,nochildren his work experiance is higher than 5 years,more than one children one children name is diwakar,number of years of work eperiance at current company is the ratio of children and work experiance is 0.21 to 0.5
What does return do in for loop?
what is the difference between a struct and a class in c#?