免费注册 手机版 网站地图 小工具

学而优·知识库

首 页
What will be the output of the following C code? main() { int k, num= 30; k =(num
What will be the output of the following C code?
main()
{
int k, num= 30;
k =(num > 5 ? (num <=10 ? 100:200): 500);
printf("%d", k);
}
参考答案

关闭

前往注册

我已注册,登录账号 继续查看答案