设int a=6,b=8;,执行语句printf("%d\n",a!=b?a:b);后的输出结果是_________。

设int a=6,b=8;,执行语句printf("%d\n",a!=b?a:b);后的输出结果是_________。
【正确答案】:6