Content deleted Content added
→unsigned integers: new section |
|||
Line 77:
== unsigned integers ==
The article says that integer overflow does not occur for unsigned integers in the C11 standard. This is true, but slightly misleading as readers will think it is a C11 innovation. Actually the same thing was true in the ANSI/C89 standard (3.1.2.5) and the C99 standard (6.2.5).
Apart from one word that seems redundant, both those standards have the same sentence as appears in C11. [[User:Zero0000|Zero]]<sup><small>[[User_talk:Zero0000|talk]]</small></sup> 04:28, 29 January 2023 (UTC)
|