C Program to check if number is even or odd
#include<stdio.h> int main() { // This variable is to store the input number int num; printf(“Enter an integer: “); scanf(“%d”,&num);
Read more#include<stdio.h> int main() { // This variable is to store the input number int num; printf(“Enter an integer: “); scanf(“%d”,&num);
Read moreC Program to Check Even or Odd number : C Program Example An even number is an integer that is
Read more