若程序中已包含头文件stdio.h,以下选项中,正确运用指针变量的程序段是
发布时间:2024-07-09
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='
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='