单项选择题

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

A.a的地址
B.511
C.512
D.无确定值