Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 343 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 343 Bytes

Exercise 3-4

In a two's complement number representation, our version of itoa does not handle the largest negative number, that is, the value of n equal to -(2wordsize - 1). Explain why not.

Modify it to print that value correctly, regardless of the machine on which it runs.