C# | Bitwise exclusive OR operation between the elements of BitArray
The BitArray class manages a compact array of bit values, which are represented as Booleans, where true indicates that the bit is on i.e, 1 and false indicates the bit is off i.e, 0. This class is contained in System.Collections namespace. BitArray.Xor(BitArray) method is used to perform the bitwise