Horje
TO CHECK ith BIT IS SET OR NOT OF A NUMBER Code Example
TO CHECK ith BIT IS SET OR NOT OF A NUMBER
x = num & (1 << (i-1));
if(x) cout<<"set"<<endl;
else cout<<"not set"<<endl;
Source: leetcode.com




Whatever

Related
markdown keyboard glyphs Code Example markdown keyboard glyphs Code Example
kali linux how to change the channel on internet adapter Code Example kali linux how to change the channel on internet adapter Code Example
json type error at login Code Example json type error at login Code Example
ionic 5 make app potrait only Code Example ionic 5 make app potrait only Code Example
Fast Fourier Transform Code Example Fast Fourier Transform Code Example

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