单项选择题

若程序中已包含头文件stdio.h,以下选项中,正确运用指针变量的程序段是( )。

A.int*i=NULL;
B.float*f=NULL;
C.chart='m',*c=&t;
D.long*L
scanf("%d",i); *f=10.5; *c=&t; L='\0';