asifhossian / even-odd-number-check

C Program to Check Whether a Number is Even or Odd

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

C Program to Check Whether a Number is Even or Odd

From this code, we will learn to check whether a number entered by the user is even or odd.

  • An even number is an integer that is exactly divisible by 2.
  • An odd number is an integer that is not exactly divisible by 2.

C programming language modulus % operator computes the remainder when the number is divided by 2

About

C Program to Check Whether a Number is Even or Odd


Languages

Language:C 100.0%