单项选择题

运行下面的程序,其输出结果为______。
main()
printf("%d,%d",5%-3,-5%3);

A.2,-2
B.-2,2
C.-2,-2
D.2,2