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
What is the property of class?
What are some examples of desktop applications?
Is it good to use var in c#?
What is an int in c#?
What are extender provider components?
How is a string immutable?
What is enumerable in c#?
What is reference c#?
What is arraylist?
What is jit (just in time)?
What are expressions c#?
Why generics are used in c#?
Is it not possible to store a boolean value as a variable?
List down the different ide’s provided by microsoft for c# development.
What is the use of getcommandlineargs() method in c#.net?