• 2022-06-28
    若有如下定义语句:int x;则经过( )后,语句*px=0;,可将x值置为0。
    A: int *px;
    B: int *px=&x;
    C: float *px;
    D: float *px=&x;