问题 单项选择题

有以下程序:
void main()
int c=35;printf("%d\n",c&c);
程序运行后输出的结果是( )。

A.0
B.70
C.35
D.1

答案

参考答案:C

单项选择题
单项选择题