union dt
{
int a;char b;double c;
}data;
以下叙述中错误的是
【正确答案】 C
【答案解析】输出不会是5.00000的,因为单精度浮点数和双精度浮点数在内存中的存储形式不一样。