如何在C中将double值转换为char数组?
double a=2.132; char arr[8];
有没有办法在标准C中这样做?谁能提供任何解决方案?
c arrays double char
arrays ×1
c ×1
char ×1
double ×1