以下程序的功能是进行位运算 main() { unsigned char a,b; a=7^3;b=~4&3; pfintf("%d%d\n",a,b);} 程序运行后的输出结果是
答案: <查看本题扣1积分>
查看答案
答案不对?请尝试站内搜索