Small Programs

  1. Check given number is even or odd without using modulo-division(%) operator.
    Click Here for Solution

  2. Find largest number without using relational operators.
    Click Here for Solution

  3. Swapping between two numbers in single instruction.
    Click Here for Solution

Page2