单项选择题

现有定义int a;double b;float c;char k;,则表达式a/b+c-k值的类型为

A.int
B.double
C.float
D.char