Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

my favorite is determine if an int is a power of 2: if(!(a & (a-1))){ // a is a power of 2 }


or a is negative.




Consider applying for YC's Summer 2026 batch! Applications are open till May 4

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: