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