In this function -> numSetBits(unsigned int A)
here what exactly is A, like in the above example is A =11(decimal) or A = 00000000000000000000000000001011(binary)?
If it is the first case then before solving shouldn’t we change it to binary i.e. form 2?
Or the conversion is not required when doing bit manipulation?