单项选择题

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

A.0
B.1
C.2
D.3