49)以下程序的功能是进行位运算
main()
{unsignedchara,b;
a=7^3;b=~4%263;
printf("%d%d\n",a,b);
}
程序运行后的输出结果是
(A)43
(B)73
(C)70
(D)40
答案:登入後查看
統計: 尚無統計資料
統計: 尚無統計資料