Search snippets
Browse Code Answers
FAQ
Usage docs
Log In
Sign Up
Home
C
set the nth bit
user2165602
Programming language:
C
2021-04-16 05:09:18
0
Q:
set the nth bit
mix3d
Code:
C
2021-03-30 00:55:17
number |= (1 << n);
0
Tags
bit
set
Related
keep last n bits
New to Communities?
Join the community