在下列代码的横线处填写( ),可以使得输出不是“31”。 A. res = res + array[i]B. res = res & array[i]C. res = res | array[i]D. res = res ^ array[i] 正确答案:B