Prashant takes as input 2 integer number a and b, whose value is in between 0 to 127. He stores them as 7 bit numbers. He write the following code to process these number to produce a third number c. c= a-b. In how many minimum bits should Prashant store c.