填空题

设x、y、z均为int型变量,请写出描述“x或y中至少有一个小于z”的表达式______。

【参考答案】

x<z‖y<z
<上一题 目录 下一题>
热门 试题

单项选择题
A) 4 B) 7 C) 10 D) 6
A) 4 B) 7 C) 10 D) 6
单项选择题
A.q->next=r->next;p->next=r;r->next=q;B.q->next=r;q->next=r->next;r->next=q;C.q->next=r->next;r->next=q;p->next=r;D.q->next=q;p->next=r;q->next=r->next;
A.q->next=r->next;p->next=r;r->next=q;
B.q->next=r;q->next=r->next;r->next=q;
C.q->next=r->next;r->next=q;p->next=r;
D.q->next=q;p->next=r;q->next=r->next;
相关试题
  • 以下程序中函数huiwen的功能是检查一个字符...
  • 若有定义doublea[5];,则a数组元素下标...
  • 下面程序运行后的输出结果是______。...
  • 有下列程序: #include <stdio.h> m...
  • 在内存中,存储字符’x’要占用1个字节,...