|
|
|
|
|
by saagarjha
2918 days ago
|
|
> It can check whether the operands will cause overflow and issue an error instead of silently giving a bogus result. Yes, and it could also decide to wipe your hard drive because of the latitude given to it by the C standard. Many compilers have an option to enable some sort of special behavior when a signed integer overflows, but such extensions are non-standard. |
|