Im looking for a single expression that counts the number of bits in an integer to replace the 0 of the return in the function
I cant use any loops, so im very confused. can only use 1 expression. I can make use of any operators, recursion, and bit shifts. I also cant change main. Any help would be appreciated