单项选择题

“商品”与“顾客”两个实体集之间的联系一般是( )。

A.一对一
B.一对多
C.多对一
D.多对多
<上一题 目录 下一题>
热门 试题

单项选择题
以下能正确定义且赋初值的语句是( )。
A.int n1=n2=10;
B.char c=32;
C.float f=f+1;
D.double x=12.3E2.5;
单项选择题
有以下程序:#include <stdio, h>#define f(x) (x * x)main ( ) int i1 ,i2; i1 = f(8) f(4) ;i2 =f(4 +4) f(2 +2); printf( % d,% d n ,i1 ,i2);
A.64,28
B.4,4
C.4,3
D.64,64
相关试题
  • 有以下程序: #include <stdio, h>v...
  • 有以下程序:#include <stdio.h>strue...
  • 有以下程序:#include <stdlo.h>main...
  • 有以下程序:#include <stdio, h>#i...
  • 有以下程序:#include <stdio.h>float...