You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Q. Take a number N as input from the user and store in memory. Determine the number of bits which are set in
the 32-bit variable N, storing the result in the B variable. Print the saved result in B from memory.