Given a binary string consisting of characters 0s and 1s, the following operation can be performed on it: choose two adjacent characters and replace both characters with their bitwise XOR value. What will be the result after performing this operation multiple times?

a) All 0s
b) All 1s
c) A sequence of alternating 0s and 1s
d) Random pattern of 0s and 1s