单选题 下列语句输出结果为( )。
public class test

public static void main(String args[])

byte b=011;
System.out.prinfin(b);


A.B B.11
C.9 D.011

【正确答案】 C
【答案解析】