convert int 1 to string 01 code example Example: integer to stringc int someInt = 368; char str[12]; sprintf(str, "%d", someInt);