Write the value of c after the execution of each of the following Boolean operations. a and b are two integers with values 21 and 34 respectively. i) c = a | b ii) c = a & b iii) c = a >> 3 iv) c = b << 3
↧
Write the value of c after the execution of each of the following Boolean operations. a and b are two integers with values 21 and 34 respectively. i) c = a | b ii) c = a & b iii) c = a >> 3 iv) c = b << 3