赞题库-背景图
单项选择题

若有以下程序:
#include <stdio3.h>
main( )
{ int a=-11, b=10;
a/=b/=-4;
printf("%d%d\n", a, b);
}
则程序的输出结果是______。

A.4 -3
B.-1 -2
C.5 -2
D.5 -3