what is the difference between int and Int32?

Answer Posted / afazal

There are the below differences between int and int32
1. It is good practice in the programming that code should
be more readable, when you will use int32 it is explicitly
specifying that it is a 32 bit integer, even int is also 32
bit integer.
2. int is a C# keyword but int32 is belong to CTS, int32 is
a structure of System namespace (System.int32)

View my profile by below link
http://afazal.blogspot.com/2007/12/afazal-profile.html

Is This Answer Correct ?    9 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is attribute c#?

437


What is primitive types in c#?

468


What is application object in c#?

508


What are the two uses of a ‘using’ statement in c#?

476


What is data binding with example?

499






Please explain value types and reference types used in c#?

478


What is function c#?

494


Why do we need static class in c#?

576


What is singleordefault c#?

512


State two different types of access modifiers.

564


What is data dictionary in c#?

492


What is a delegate in c#?

510


What is difference between singleordefault and firstordefault?

485


What is disco?

520


What is the interface in c#?

514