已知:union u_type{ int i; char ch; } temp;则执行temp.i=266;后,temp.ch的数值为(          )。 A.

266 B.

256 C.

10 D.

1