[单选题]
若有以下定义和语句,则输出结果是______。int **pp,*p,a=10,b=20;pp=&p; p=&a; p=&b; printf("%d/n",*p,**pp);
A.10,20
B.10,10
C.20,10
D.20,20
参考答案与解析: