-->
当前位置:首页 > 题库

单选题:以下程序段的输出结果是()。

Luz5年前 (2021-05-10)题库910
以下程序段的输出结果是()。
```
int a=5, b=4, c=6, d;
printf(”%d“, d=a>b? a>c?a:c:b);

```



答案:C