Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 216 Bytes

README.md

File metadata and controls

4 lines (3 loc) · 216 Bytes

Exercise 3-5

Write the function itob(n, s, b) that converts the integer n into a base b character representation in the string s. In particular, itob(n, s, 16) formats n as a hexadecimal integer in s.