單項選擇題
用下列語句定義a,b,c,然后執(zhí)行b=a、c=’b’+b,則b,c的值是().
long a=0xffffff;
int b; char c;
A.0ffffff 和0x61
B.-1和98
C.-1和97
D.指向同一地址