单项选择题

以下程序运行后的输出结果是 #include<stdio.h> main() { int a=2, b=2, c=2; printf("%d\n", a/b&c); }

A.0
B.1
C.2
D.3