问题 单项选择题

有以下程序:
#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

答案

参考答案:A

问答题 简答题
填空题