http://technotip.com/6354/even-or-odd...
lets write a C program to check whether a user entered integer number is EVEN or ODD, without using modular division(%) operator
An even number is an integer that is exactly divisible by 2. An odd number is an integer that is not exactly divisible by 2
C Programming: Beginner To Advance To Expert
http://technotip.com/6086/c-programmi...