Difference between byte and integer data type in vb
Answers
Answered by
0
Holds signed 32-bit (4-byte) integers that range in value from -2,147,483,648 through 2,147,483,647.
The Integer data type provides optimal performance on a 32-bit processor. The other integral types are slower to load and store from and to memory.
The default value of Integer is 0Holds signed 32-bit (4-byte) integers that range in value from -2,147,483,648 through 2,147,483,647.
Similar questions