#include <stdio.h>
int main()
{
    int num;

   
    printf("Enter the number to be checked: ");
    scanf("%d", &num);

   
             if(num % 2 == 0)
                     printf("%d is an even number \n", num);
             else
                     printf("%d is an odd number  ", num);

    return 0;
}




OUTPUT :

Enter the number to be checked : 32
32 is an even number

Enter the number to be checked : 89
89 is a odd number


For Other Programs Visit The WebSite:-   https://www.techapurba.com/
                                                                                                                      
Follow Me On Social Media :-
INSTA photography page :- https://www.instagram.com/photo_mania_hub/

Insta photography link :- https://www.instagram.com/photo_mania_hub/

For tech related videos visit my other website :- https://apurbatechinfo.blogspot.com/