PDA

View Full Version : Mention how big is the datatype int in .NET?



pooja escorts
08-16-2021, 10:58 PM
Mention how big is the datatype int in .NET?

jesica
08-17-2021, 04:14 AM
The size of the int type is 4 bytes (32 bits). The minimal value is -2 147 483 648, the maximal one is 2 147 483 647.

np.carzspa
08-17-2021, 05:48 AM
Data Type Size:

int > 4 bytes
long > 8 bytes
float > 4 bytes
double > 8 bytes