单项选择题

以下程序运行后的输出结果是 ( )
  main( )
  int a,b;
  a=50;b=90;
  printf("%d\\n",(a,b))

A.90
B.50 90
C.50
D.450