C Programming-Efficient way to multiply with 7 – Bit Algorithm-We can multiply a number by 7 using bit wise operator. First left shift the number by 3 bits.
quick multiplication techniques
2 Articles
2
C Programming for Efficient way to multiply with 7 – Mathematical Algorithms – We can multiply a number by 7 using bitwise operator. left shift number by 3.