下列程序的输出结果是#include


下列程序的输出结果是#include

int main()

{

int a=7,b=5;

printf(“%d”,b/a);return 0;

}

A.0

B.5

C.1

D.0.7

正确答案:0