(39 )有以下程序
#include <stdio.h>
main ()
{ int a=2,b=2,c=2;
printf (" %d " ,a/b&c ) ;
}
程序运行后的输出结果是
A ) O
B ) 1
C ) 2
D ) 3
请帮忙给出正确答案和分析,谢谢!