Int map to which .net types?



Int map to which .net types?..

Answer / Reshu Kumari

In .NET, Int is mapped to the System.Int32 type. It can also be mapped to other integer types like byte (System.Byte), short (System.Int16), ushort (System.UInt16), int (System.Int32), uint (System.UInt32), long (System.Int64), and ulong (System.UInt64) depending on the size and range required.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Sharp Interview Questions

What is enum in c#?

1 Answers  


What is multithreading? What are the problems that comes with multithreading and how to manage them?

1 Answers   MCN Solutions,


What is the difference between list and array in c#?

1 Answers  


what is the difference between c-sharp and vb.net?What kind of security or advances we find in both languages?

3 Answers   DataPoint,


What are the differences between events and delegates in c#?

1 Answers  


Explain the types of Polymorphism.

1 Answers   Accenture,


Why do we use reflection in c#?

1 Answers  


What is the difference between final finally and finalize in c#?

1 Answers  


Explain the clr triggers?

1 Answers  


What is internal and protected-internal accessspecifier in c#.net?

1 Answers  


How to force my .net app to run as administrator on windows 7?

1 Answers  


HOw to judge a person for a team if you are allowed to ask only 2 questions to him?

2 Answers   TCS,


Categories