TO TURN ON ith BIT OF A NUMBER code example Example: TO TURN ON ith BIT OF A NUMBER x = num | (1 << (i-1));