set ith bit code example Example: set ith bit x|(1<<i) 1100 1100 | 0001 0000 (1<<i) ----------- 1101 1100