Int and int32

What is the difference between int and int32

Questions by tcc

Showing Answers 1 - 1 of 1 Answers

mdafazal

  • Jul 29th, 2009
 

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 in the System namespace (System.int32)

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions