How can I subtract two integers in C without the - operator?
-
Create a lookup table for every possible case of int-int!