Answered You can hire a professional tutor to get the answer.
Write C statements that set B to the reverse complement of A, such at B7 = ~A0, B6 = ~A1, etc.
4. Write C statements that set B to the reverse complement of A, such at B7 = ~A0, B6 = ~A1, etc. Rather than writing 8 assignment statements, instead write a for loop that makes use of the GetBit and SetBit functions