Write a C Program to find whether the entered number is even, odd.

Write a C Program to find whether the entered number is even, odd . #include<stdio.h> #include<conio.h>   void main() {          int a;             clrscr();  ...