C Program to find whether the given number is even or odd.
PROGRAM :
Sample Output:(using GNU GCC Compiler with Code Blocks IDE)
Enter a number to find Even or Odd: 5
The number 5 is Odd