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 regex c#?
How do you use nullable?
What is a Assembly?
What is the output of TextWriterTraceListener redirected?
Is c# queue thread safe?
What is xslt in c#?
Where is the main method in c#?
What is typeof undefined?
What does args mean in c#?
Define xslt.
Why do we override in c#?
What is readline library?
Why do we overload constructors?
What is the difference between values and reference types?
Which are access modifiers available in c#?