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


Please Help Members By Posting Answers For Below Questions

Can you inherit from multiple classes in c#?

455


How to create multi-dimensional array?

601


What is attribute and reflection in c#?

480


Differentiate between method overriding from method overloading with its functionality?

544


Explain About Virtual functions and their use.

560






Can a class or a struct have multiple constructors?

543


What does addressof operator do in background ?

592


What is event and delegates in c#?

576


What are the steps to make an assembly to public?

502


What is the use of GC.KeepAlive Method?

647


What is the process of delegation?

495


Explain the OOPS concept in C#?

583


What is difference between the "throw" and "throw ex" in .net?

488


Why singleton pattern is used in c#?

538


Classes and structs can be declared as static, is this statement true or false?

553