单项选择题

以下程序的输出结果是( )。
main()
int a=666,b=888;
prinf(%d\n",(a,b));

A.错误信息
B.666
C.888
D.666, 888