Description
returns x with the n bits that begin at position p inverted (i.e., 1 changed into 0 and vice versa), leaving the others unchanged. If n is great than p, then show
Output
x with the n bits that begin at position p inverted (i.e., 1 changed into 0 and vice versa)