|
|
|
|
|
by pornel
691 days ago
|
|
C is defined in terms of its own abstract machine (one that can't overflow a signed int), not the hardware that it runs on. This creates the contentious issue of Undefined Behavior that C forbids, but which the actual hardware has no problems with. |
|