Loading practice questions
What happens when only one argument is supplied to flip() function?
(B) Bit corresponding to argument bit is flipped
Explanation:
When only one argument is supplied to flip() function then bit corresponding to that index only is flipped.