单项选择题

执行下列程序的结果是main(){float x=1,y;y=++x *++x;cout<<y<<end1;}

A.9.000000
B.6.000000
C.1.000000
D.程序有错误