Uses g++ compiler inside
InterviewBit Problems
Number of 1 Bits : Unsolved
madhur-chauhan
2018-05-29 13:31:37 UTC
#1
you may use __builtin_popcount()
aashutoshrathi
2019-09-19 21:13:13 UTC
#2
Yeah! I used the same __builtin_popcount(N)