BIT MANIPULATION

Before we talk about Bit Manipulation we shall understand the Binary Number system. The Binary Number System is also known as base-2 number system. It is a procedure of representing numbers that counts by using combinations of only two numbers(one and zero) Basically computers use a binary number system to store and manipulate data. Here the rightmost column represents one place and the second right … Continue reading BIT MANIPULATION