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
Problem statement : You will be given a list of 32 bit unsigned integers. Flip all the bits(1 -> 0 and 0 -> 1) and print the result as an unsigned integer.