FAQ > Convert an int to a string (char array) (C) - Cprogramming.com
Learn about > Convert an int to a string (char array) (C) ... This item was added on: 2003/01/28 One method to convert an int to a char array is to use sprintf() or snprintf(). This function can be used to combine a number of variables into one, using the...