Pergunta de entrevista da empresa Digital Core Technologies

Write a program to multiply a number N with 7 without using * operator or repeated addition.

Resposta da entrevista

Sigiloso

15 de out. de 2016

X^n _ 1 << n

6