Embed presentation
Download to read offline


This C program takes a number as input from the user and uses the modulo operator to check if the number is even or odd. It prints out a message stating whether the input number is even or odd based on the result of the modulo 2 operation. The program was created by Ankit Dubey to find out if a given number is odd or even.
