A.0
B.1
C.-1
D.NULL没定义,出错
A.int *i=NULL;scanf("%d",i);
B.float *f=NULL;*f=10.5;
C.char t='m', *c=&t;
D.long *L; *c=&t;L='