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
Everyone is overlooking the obvious. No multiplication is involved:
10^(log10(A) + log10(B))