There are several easy ways to convert a number to a string:
Read moreWhat does Strcat do in C?
strcat() arguments The strcat() function concatenates the destination string and the source string , and the result is stored in the destination string.
Read more