Compute modulus division by a power-of-2-number
In this blog post, I will teach you how to write C/C++ program to compute modulus division by a power-of-2-number without using the % (modulus operator). After reading this post you able to write an efficient program to compute modulus division by a power-of-2-number. Let’s first understand the what the meaning of modulus it helps […]
Compute modulus division by a power-of-2-number Read More »