I was asked this interview question:
what is the quickest way to multiply a number by 7.
she told me not to use any of the + , - , * , / operators.
In tense,i could not answer the question.
I know the quickest way to multiply a number by 8 is n<<3
but can n*7 be acheived?
*anyway. It's quick to type and quick to understand and it executes quickly. Not what your interviewer was looking for though… – Donal Fellows May 25 '11 at 14:40