Assume: x is the input integer; p is the starting position of the bit range (0-based, LSB at
position 0); m is the number of bits to toggle; and No overflow or invalid input conditions occur.
Which of the following correctly toggles $m$ bits of $x$ starting from position $p$?