填空題

以下程序段的輸出結果是()。     
int a=l,b=2,*p=&a,*q=&b;        
p=q;*p=3;   
printf(“%d”,b);


您可能感興趣的試卷