输出字节流float achar bint cprintf("%f%c%d",&a,&b,&c)便可输出a,b,c的值%d 是输出输入格式 为整型,用于 int , short int %f 是输出输入格式 为单精度浮点型,用于 float %c是输出输入格式 为字符型 用于char