ANSHbitmanipulation.hashnode.devยทAug 4, 2024Manipulating BitsFind the Bit at ith Position To find the Bit at the ith Position we use AND Operator among the number and mask created by us.Mask consists of 1 at the ith position and all other vacant spots are filled with zero . To achieve this mask we use left shi...bit-manipulationAdd a thoughtful commentNo comments yetBe the first to start the conversation.