单项选择题

A.int a=(int)12.0;
B.int a=(float)12.0;
C.byte a=(long)12;
D.byte a=(char)128;