The following question uses the bitvector.h file on the exam…
The following question uses the bitvector.h file on the exam attachment. Write the complete code to perform the function of Unset() in the BitVector class which is to set all bits to zero in the private data item bvect. Duplicate the code below and fill in your answer: Void BitVector::Unset() { // Your code goes here. }