若定义:int a=511,*b=&a;,则printf("%d\n",*b);的输出结果为______。

若定义:int a=511,*b=&a;,则printf("%d\n",*b);的输出结果为______。

A.无确定值

B.a的地址

C.512

D.511

正确答案是D