C program to find all the prime numbers in a given range
Program Description: In this program we are going to find out all the prime numbers between a given range and count the number of prime number in…
Probably you will find what you are searching
Program Description: In this program we are going to find out all the prime numbers between a given range and count the number of prime number in…
Program Description: Leap year is a year occurring in every 4 years having 366 days which has 29 February as an interplanetary day. In this progr…
Program Description: In this program we are going to find out the diameter, circumference and area of a circle. We will use the following form…
Program Description: In this program we will check the size of datatypes in bytes using sizeof() function. Source Code: #include<stdio.…
Program Description: In this program we are going to check whether the number entered by the user is an Armstrong number or not. Armstrong number…
Program Description: In this program we are going to check whether a number is a palindrome number or not. Palindrome numbers are those numbers w…
Program Description: In this program we are going to find out the greatest number of the n numbers entered by the user. First we will ask the use…
Program description: In this program we will find out the factors of a number entered by the user. It is a simple yet interesting program. So…
Program description: This is a program to find out the factorial of a number entered by the user. After showing the value of the factorial we wil…
Program Description: We are making a program to check wheather a number entered by the user is a prime number or not. Prime number is a number wh…
Program Description: In this following program we will use the the concept of loop to find the sum of numbers from 1 to n, where n will be entere…
Program description: In this program, at first we will ask the user to enter a number and then check weather the number is odd or even. In this p…
Program description: In this program we are going to take your name that is a string as input using the gets() function. then we will take you…
Program Description: In this program we are going to add two integers.We will ask the user to enter two integers and then show the sum in the out…
Easiest programmer is made with intention of making programming simpler for everyone. Owned by Amitanshu Shukla, a student of Mechanical Engineering at Academy of Technology in West Bengal,India