employer cover photo
employer logo
employer logo

Digital Core Technologies

Is this your company?

Digital Core Technologies interview question

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

Interview Answer

Anonymous

15 Oct 2016

X^n _ 1 << n

6