单项选择题设在C语言中,float类型数据占4字节,则double类型数据占( )字节。
单项选择题下列程序输出的结果是( )。 main() double d=3.2;int x,y; x=1.2;y=(x+3.8) 5.0; printf( %d n ,d*y);