What is the maximum possible length of integers ?
Answers
Answered by
0
Answer:
In computing. The number 2,147,483,647 (or hexadecimal 7FFFFFFF16) is the maximum positive value for a 32-bit signed binary integer in computing.
Binary: 11111111111111111111111111111112
Hexadecimal: 7FFFFFFF16
Ternary: 121121222121102021013
Factorization: 2147483647
Similar questions