Evaluate the following code. what is the resulting value of the variable a?char a = 102;char b = 75;a |= b;give your answer in 8 digits of binary (include leading zeros)