Showing posts with the label C Programs

Program to find whether the alphabet is vowel or consonant.

We all have learned that there are vowels and consonants in English Alphabets,…

Program to check given number is prime or not.

Numbers that has no factors other than 1 and itself are known  as Prime Numbe…

Program to check given number is Armstrong or not.

Armstrong number is any number whose all digits cube's sum is the same num…

Program to check given number is palindrome or not.

Any number whose reverse is the same number is known as palindrome number.   …

Program to print largest number among three numbers.

Let's find which number is largest among three numbers by using this simp…

Program to check given number is negative or positive number.

Another Simple program so, this program will give you output whether number you…

Program to check given year is leap year or not.

We have been asked this question a lot of times in our childhood by our paren…

Program to check given number is even or odd.

This particular section is of  If-else conditionals it helps the user to chec…

Program to convert a binary number to decimal number.

If you have studied number system then you must have heard about the differen…

Program to count the digits in any number.

We are going to tackle a very interesting program in C . This program will h…

Program to print Armstrong number between 100 to 999.

Any number whose digits cube's sum is the same number is called an Armst…

Program to print Fibonacci series.

Fibonacci series is a series in which any number of the series is the sum of…

Program to print reverse of any number.

This program will enable user to only enter the number of their wish and     …

Program to print sum of digits of any number input by user.

We are going to add all digits in the number that is input by user through  th…

Program to print digit of any number input by user.

This program will show you every single digit of the number entered by you for…

Program to print product of digits up to 10.

On execution of this program it will print the product of all digits up to 10 …

Program to print sum of digits to whole number up to 10.

This program will print sum of all digits up to 10 on the output screen by usi…

Program to print factorial of a given number.

Factorial of any number is the product of all the numbers below it till 1 for …

Print even and odd numbers between 1 to 50.

I think this is the most understandable program for us as we all know what are…

Print Numbers in reverse from 10 to 0.

In this program we have to display numbers in reverse order from 10 to 0 for t…

Load More That is All