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

学而优·知识库

首 页
What does the following function return? char foo(void) { unsigned int a = 6; iht b = -
What does the following function return?
char foo(void)
{
unsigned int a = 6;
iht b = -20;
char c;
(a+b > 6) ? (c=1): (c=0);
return c;
}
参考答案

关闭

前往注册

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