若有一些定义和语句
#include <stdio.h><

若有一些定义和语句
#include <stdio.h>
Int a=4,b=3,*p,*q,*w;
P=&a; q=&b; w=q; q=NULL;
则以下选项中错误的语句是______。

A.*q=0;

B.w=p;

C.*p=a;

D.*p=*w;

正确答案是A