Similar Collections


C Number Solved Programs —> C is a powerful general-purpose programming language. It is fast, portable and available in all platforms. If you are new to programming, C is a good choice to start your programming journey.

This page contains the C Number solved programs/examples with solutions, here we are providing most important programs on each topic. Every example program includes the description of the program, C code as well as output of the program.

 
 

Here is the List of C Number solved programs/examples with solutions and detailed explanation. All examples are compiled and tested on a Windows system.

questions

Title
Write a C Program to check whether number is palindrome or not
Write a C Program to reverse a number entered by user
Write a C Program to find Prime numbers between two Limits(Range)
Write a C Program to display Armstrong numbers between Limits (Range)
Write a C Program to check whether number is EVEN or ODD
C Program to find largest number among three numbers
C Program to display sum of even and product of odd numbers
Write a C Program to find out the sum of first n numbers
Write a C Program To find the biggest and smallest number and positions in the given array
C program to find largest and smallest of three numbers
Write a C program to find power of a number ( x^n ) using pow function
Write a C program to calculate difference of two numbers
Write a C program to find HCF of two numbers
Write a C program to multiply two numbers using plus operator
C program to Print Sum and Product of Digits of an integer
C program to Check whether the Given Number is Prime or not
C program to Count Number of Digits in a given number
C program to Find Number of Occurrences of given digit in a number
C program to Check whether a Number is Perfect Number or not
C program to check whether a number is Perfect Square or not
total questions: 50

Questions

50

Views

1376

Best Answers

299

Points

5