以下程序的功能是进行位运算 main() { unsigned char a,b; a=7^3;b=~4&3; pfintf("%d%d\n",a,b);} 程序运行后的输出结果是

admin2010-12-10  24

问题 以下程序的功能是进行位运算    main()    {  unsigned char a,b;    a=7^3;b=~4&3;    pfintf("%d%d\n",a,b);}    程序运行后的输出结果是   

选项 A、4 3     
B、7 3
C、7 0     
D、4 0

答案A

解析
转载请注明原文地址:https://kaotiyun.com/show/DHPp777K
0

最新回复(0)