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

Does c# support multiple inheritance (mi)?

523


What is the implicit name of the parameter that gets passed into the class set method?

482


How do you pass reference parameters in c#?

445


What does int32 mean in c#?

459


What is the solution if you need to manipulate sets of items?

463






Explain dataset.acceptchanges method in .net?

537


Explain the Abstract class in c#.net

547


How to implement a singleton design pattern in c#?

470


What is a verbatim string literal and why do we use it?

471


For methods inside the interface why can’t you specify the accessibility modifier?

545


What is meant by generics in c#?

493


Why is c# a good programming language?

471


What is multithreading with .net?

525


What is ulong in c#?

562


What is lazy loading c#?

496