C program to reverse the number entered by the user, then displays the reversed number on the...
Category - C
C Program to Calculate Area and Perimeter of Rectangle
To find the area of a rectangle or a square you need to multiply the length and the width of...
C Program to Count Total Number of Negative Elements in an Array
In this example you will learn how to find and count all negative elements in array. How to count...
Write a C Program to Count Number of Even and Odd in an Array
In this tutorial I’ll show you how to write a c program to input elements in array from user...
Program to Print Pascal’s Triangle in C
In this example you will learn how to display Pascal’s Triangle The program below displays...
Calculate the Numerical Value of a Polynomial in C
Calculate for a value X data of type float the numerical value of a polynomial of degree N C Code:...
C Program to Print Prime Numbers from 1 to N
In this example, you will learn How to Display Prime Numbers in C A prime number is any number that...
Convert a binary number to a decimal in C
In this example, you will learn how to convert a binary number to a decimal using C language C...
C Program to Check whether a Number is Even or Odd using Function
In this example I wrote a program to check whether the given number is even or odd using revursive...
Check if a number is even or odd in C
To study the parity of a number it is enough to check whether or not it is a multiple of the number...