单项选择题

下面程序的输出结果是______。 main() { int a=6,b=3; printf("%d\n" b=(a/b,a%b)); }

A.0
B.1
C.2
D.不确定的值