单项选择题

下列程序的运行结果为
  #include<iostream.h>
  void main( )
  
    int a=2;
    int b=a+1;
    cout << a/b << endl;

A.0.66667
B.0
C.0.7
D.0.66666666…