单项选择题

假定变量x,f和d的类型分别为int 、float和double。下面表达式的值总是为1的是()

A.x==(int)(float)x
B.d==(double)(float)d
C.f==(float)(double)f
D.(f+d)-f==d