单项选择题

以下程序的输出结果是_______。
main()
int x=-1,a=1:
if(x+=

A.printf("YES!\n");
else printf("NO!\n");
A) 有语法错,不能通过编译
B.通过编译,但运行程序造成死机
C.输出YES!
D.输出N0!