单项选择题

若在定义语句int a,b,c,*p=*c;之后,接着执行以下选项中的语句,则能正确执行的语句是()

A. scanf("%d",a,b,c);
B. scanf("%d%d%d",a,b,c);
C. scanf("%d",&p);
D. scanf("%d",p);