Satish B
http://technotip.com/6354/even-or-odd-number-without-using-modular-division-c-program/
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-programming-beginner-to-advance-to-expert/ ... https://www.youtube.com/watch?v=qc-wK_amMzs
4665957 Bytes