单项选择题

A.for(;p!=NULL;p++)printf("%d,",p->data)
B.for(;!p;p=p->next)printf("%d,",(*p).data)
C.
D.