单项选择题

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

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