Math, asked by upenderbashipangu111, 8 months ago

which is the biggest integer represented on the above number​

Answers

Answered by devansh96kkr
2

Step-by-step explanation:

The number 2,147,483,647 (or hexadecimal 7FFFFFFF16) is the maximum positive value for a 32-bit signed binary integer in computing. It is therefore the maximum value for variables declared as integers (e.g., as int ) in many programming languages, and the maximum possible score, money, etc. for many video games.

Binary: 11111111111111111111111111111112

Hexadecimal: 7FFFFFFF16

Factorization: 2147483647

Similar questions