A. 对 B. 错
A. out.write((float*)&d, sizeof(float)); B. out.write((float*)&d, d); C. out.write((char*)&d, sizeof(float)); D. out.write((char*)&d, d);