单项选择题
A.3.14 B.314 C.abc D.123
A.int a=0;b=0;c; B.int a=0,b=0,c=0; C.int a; D.int a=0,b=0;
A.1 B.0 C.先输出1后输出0 D.先输出0后输出1