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 more