Answer:
Filter Calories by over 100 calories, and sort Sugar in descending order.
Explanation:
Flip bit position 5 to accomplish this. This maps to hex value 0x20, where the least significant bit is assumed to be at position 0.
Example: ascii "A" = 0x41, "a" = 0x61. 0x41 xor 0x61 = 0x20.
You would implement a flip function by XOR'ing the character value with 0x20.
<span>The answer is Show IP OSPF interface
Hope this helped :)</span>