有以下程序
#include <stdio.h>
main()
{
int a = 2, b = 2, c = 2;
printf( "%d\n", a / b & c );
}

程序运行后的输出结果是( )。
A
0
B
l
C
2s
D
3
出自:新疆工程学院大学计算机程序设计(高起专)