未知题型
assign c= 0&x,c的值为?
【参考答案】
在C语言中,`&` 是按位与(bitwise AND)运算符。表达式 `c = 0 & x` 中,`0` 和 `x` 都......
(↓↓↓ 点击下方‘点击查看答案’看完整答案、解析 ↓↓↓)
点击查看答案&解析
