You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.