Write a C Program to find whether the number is even or odd

Write a C Program to find whether the number is even or odd Here is the C Program to find whether the number is even or odd. The modulus function is used here. The...