单项选择题

设有关系R和S,关系代数表达式为R-(R-S)表示的是( )。

A.R∩S
B.R-S
C.R∪S
D.R+S
<上一题 目录 下一题>
热门 试题

单项选择题
有以下程序: main() int i; for(i=1;i<=40;i++) if(i++%5==0) if(++i%8==0)printf( %d ,i); printf( n ); 执行后的输出结果是( )。
A.5
B.24
C.32
D.40
单项选择题
设变量已正确定义并赋值,以下正确的表达式是( )。
A.x=y*5=x+z
B.int(158%5)
C.x=y+z+5,++y
D.x=25%5.0
相关试题
  • 有以下程序: #include<stdio.h> mai...
  • 下列程序的运行结果为( )。 #include...
  • 有以下程序: #include<stdio.h> mai...
  • 有以下程序: #include<stdio.h> mai...
  • 有以下程序: #include<stdio.h> mai...