Pages

Showing posts with label even or odd. Show all posts
Showing posts with label even or odd. Show all posts

Simple C Program to check if number is Even or Odd

This is a simple C programs which checks if a given number is even or odd. An even number is one that is completely divisible by 2 and an odd number is one which is not.