有以下程序
Main()

有以下程序
Main()
{ int a=666,b=888;
Printf("%d\n",(a,b));
}
程序运行后的输出结果是______。

A.错误信息

B.666

C.888

D.666,888

正确答案是C