Why int's negative range is larger than its positive rangecomputer-sciencebinarytwos-complementintegersTwo’s complement skews signed ints negative: [-2^(n-1), 2^(n-1)-1]. Here’s why, with 8‑bit examples and code pitfalls.