信用是一种以( )为条件的借贷。
A.固定关系
B.对等原因
C.偿还
D.有投资效益
参考答案:C
A.An identifier
B.A string
C.An array
D.program
有以下程序段typedef struct node{int data;struct node * next;} * NODE;NODE p;以下叙述中正确的是【 】。
A.p是指向structnode结构变量的指针的指针
B.NODEp;语句出错
C.p是指向structnode结构变量的指针
D.p是structnode结构变量