Dsa
Bit Manipulation
Easy
Swap Bits
Write a program to swap the first and last bits of an integer N. If N has only one bit, leave it unchanged. Print the resulting integer.
Example:
Input:
10
Output:
9
Key concepts
bit_manipulationswapping
Practise this out loud — free
Start a mock interview on THIS exact question — a voice AI interviewer opens with it, pushes back like a real onsite, then hands you an instant scorecard.
🎙 Practise this question now