Design a full subtractor, that is a circuit which computes a-b-c, where c is a borrow from the next less significant bit. (Hint: Denote the difference as d, and a borrow from the next more significant bit as p, then develop a truth table for the problem).