把任一数目字转换为数字字符串输出

把任一数字转换为数字字符串输出#include stdio.h#include string.h#define MAX 100void itoa(int n,

把任一数字转换为数字字符串输出