What is a good way of anticipating if overflow will happen or not, before computing.
Suppose I am using Python, but wanted to know if overflow would have happened if you ran it in another language with 32bits int. How should I do that? Should I look at the number of bits?