what is the difference between int and Int32?
Answer Posted / srini
Data type Int32 is defined by Common Type System
(System.Int32). The data type 'int' is 32 bit integer in
C#. So the 'int' type is equal to 'Int32'. The c#
type 'int' is alias name of System.Int32.
| Is This Answer Correct ? | 35 Yes | 10 No |
Post New Answer View All Answers
Is friend a constructor?
Explain the difference between access specifier and access modifier in c#?
How many types of constructors are available in c#?
Explain get and set accessor properties?
How do I develop c# apps?
What is the default value of decimal in c#?
What is difference between constants and read-only?
For read-only operation which property you have to designated?
What is data reader in c#?
what are the differences between a class and structure
What is wcf c#?
Why do we need abstract class?
Is it possible to force garbage collector to run?
Why do canadians say zed?
Is constructor a static method?