[ 单选题 ] 常识

下列程序段的输出结果为()。 int a=7,b=9,t; t=a*=a>b?a:b; printf("%d",t);

  • A、
    7
  • B、
    9
  • C、
    63
  • D、
    49