what is the difference between int and Int32?

Answer Posted / vijay

Basically int is the short form of Int32.

The important difference is

"int" is a C# language keyword that implies nothing about
the underlying structure of the data where as "Int32" is a
CLR class named explicitly to indicate a 32-bit structure.

Is This Answer Correct ?    43 Yes 10 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Are c# generics the same as c++ templates?

546


What is difference between internal and protected internal in c#?

523


How to parse a date time string?

596


Any problem found in vs.et

644


What are partial types in c#?

541






Can a method be sealed in c#?

547


What is the use of functional interface?

543


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

515


What is xor operation?

591


What is the difference between “dispose” and “finalize” variables in c#?

543


How do you achieve polymorphism in c#?

557


Can an array be null c#?

564


How do you create empty strings in c#?

583


How is lazy loading achieved?

559


How big is int16?

580