Horje
Check whether K-th bit is set or not c++ Code Example
Check whether K-th bit is set or not c++
n & (1 << (k - 1))
(n >> (k - 1)) & 1




Cpp

Related
extra parameter in comparator function for sort Code Example extra parameter in comparator function for sort Code Example
is power of 2 Code Example is power of 2 Code Example
executing linux scripts Code Example executing linux scripts Code Example
what is handling null terminated string in c++ Code Example what is handling null terminated string in c++ Code Example
c++ program to convert kelvin to celsius Code Example c++ program to convert kelvin to celsius Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
7