Question about C behaviour for unsigned integer underflow

§6.2.5, paragraph 9: A computation involving unsigned operands can never overflow, because a result that cannot be represented by the resulting unsigned integer type is reduced modulo the number that is one greater than the largest value that can be represented by the resulting type. Edit: Sorry, wrong reference, but the result is still pinned … Read more