A.无确定值
B.a的地址
C.512
D.511
第1题:
若定义:int a=511,*b=&a;,则printf(”%dn”,*b);的输出结果为()。
A.无确定值
B.a的地址
C.512
D.511
第2题:
若定义:int a=511, *b=&a;,则printf("%dn", *b);的输出结果为:()。
A.无确定值
B.a的地址
C.512
D.511
第3题:
【单选题】若定义:int a=511, *b=&a;,则printf("%dn", *b);的输出结果为:()
A.无确定值
B.a的地址
C.512
D.511
第4题:
若定义:int a=511,*b=&a;, 则printf("%dn",*b);的输出结果为 ()
A.无确定值
B.a的地址
C.512
D.511
第5题:
【单选题】若定义:int a=511, *b=&a;,则printf("%dn", *b);的输出结果为:
A.无确定值
B.a的地址
C.512
D.511