psychologyPractice Drill
Data Structures, Algorithms, Programming Concepts (C/C++/Python/Java), OOP & Web Development (Part 10)
styleCard 1 of 15
✓0 Mastered↺0 To Review
Bit Manipulation Tricks
Q1
In C/C++, what does the bitwise trick `x & (x - 1)` compute on a positive integer ?
1 Review2 MasteredSpace Flip