Skip to content

asifhossian/even-odd-number-check

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages