[单选题]

有定义int n=789;,下列表达式结果为8的是

A.n/10%2

B.(n-n%10)/100

C.n%10

D.n%100/10

参考答案与解析: