I was just going through some basic stuff as I am learning C. I came upon a question to multiply a number by 7 without using the * operator. Basically it\'s like this
It is the same as x*8-x = x*(8-1) = x*7
x*8-x = x*(8-1) = x*7