Operators

  1. Program to find sum of two numbers without using '+' operator.

  2. Program to find largest number amoung two without using relational operators.

  3. Program to find second largest number among three numbers without using relation operators.

  4. Program to check whether the number is even or odd without using '%' operator.

  5. Program to swap two numbers without using temporary variable.

  6. Program to swap two numbers without using temporary variable and arithmetic operators.

  7. Program to check whether the number is even or odd using bit-wise operator.

  8. Program to count number of bits set.