下列逻辑运算结果为"true"的是( )。
- A.false or not true
- B.true or not true
- C.false and not true
- D.true and not true
热度🔥1,172
解析:打开微信小程序查看本题解析
软件需求规格说明书的作用不包括
有以下程序
#include
int *f(int *s,int *t)
{ if (*s < *t)
*s=*t;
return s;
}
main()
{ int i=3, j=5, *p=&i, *q=&j, *r;
r=f(p,q);
printf("%d,%d,%d,%d,%d\n", i, j, *p, *q, *r);
}
程序的运行结果是
支持子程序调用的数据结构是( )。
有一个防火墙根据收到IP数据报的源地址判定是否允许其通过,这个防火墙的类型是