How does python handle integer overflow?
Answers
Answered by
2
Integer representations.
Integers are typically represented in memory as a base-2 bit pattern, and in python the built-in function bin can be used to inspect that:
If the number of bits used is fixed, the range of integers that can be represented would be fixed and can potentially overflow.
please mark me as brainlist
Similar questions
Math,
4 months ago
History,
4 months ago
Math,
8 months ago
Political Science,
1 year ago
Physics,
1 year ago