NIMCET 2025 Paper
© examsiri.com
Question : 100 of 120
Marks:
+1,
-0
Given an unsigned 32-bit integer , which of the following expressions correctly toggles m bits starting from position (with the least significant bit at position 0 )?
Assume:
- is the input integer
- is the starting position of the bit range (0-based, LSB at position 0)
- is the number of bits to toggle
- No overflow or invalid input occurs Which of the following correctly toggles bits of starting from position ?
Assume:
- is the input integer
- is the starting position of the bit range (0-based, LSB at position 0)
- is the number of bits to toggle
- No overflow or invalid input occurs Which of the following correctly toggles bits of starting from position ?
Go to Question: