Answers for "set the jth bit from 1 to 0"

C++
0

set the jth bit from 1 to 0

A &= ∼(1 << j)
Posted by: Guest on April-18-2021

Browse Popular Code Answers by Language