Top 101 C Language Popular Programs


Top 101 C Language Popular Programs



C language popular programs can not be counted on fingers.It is difficult to make list of C language popular programs .We have picked few C language popular programs in this post.   

C language is not so much popular in industry, but still is has a strong impact on placement of candidates in software and electronics industries. Many companies are asking C language programs in their written tests for analyzing the technical skill of candidates. C language is also a part of various courses in B.tech as well as Diploma level.

                                                  In this post we have tried to mention all those programs that are asked by industry people as well as that are performed in Labs of Engineering colleges and polytechnics. We will update this list from time to time. This is an initial list and can not be completed as their is no count on number of programs.

We will appreciate if the viewers of this post share this post with all that are in the technical field weather in industry or technical study.










Famous C language programs
C PROGRAMS

Write a program to print Hello message
Write a program to swap two numbers
Write a program to calculate area of a circle
Write a program to convert Fahrenheit temperature into Celsius
Write a program calculate simple interest
Write a program to calculate perimeter of a circle
Write a program to fine greater out of two numbers
Write a program to find a number is even or odd









Famous C language programs
C Programs

Write a program to find a number is prime or not
Write a program to find a number is Armstrong or not
Write a program to print roots of a quadratic equation
Write a program to find greatest out of three numbers
Write a program to print table of a number
Write a program to calculate factorial of a number
Write a program to print first ten natural numbers









Famous C language programs
C Programs

Write a program to print first five odd  numbers
Write a program to print prime numbers between 100 and 200
Write a program to print Fibonacci sequence
Write a program to print the sum of the series
1 + 2+ 3 …n terms

Write a program to print the sum of the series
1 + 3+5  …n terms
Write a program to print the sum of the series
2+ 4 + 6 …n terms

Write a program to print the sum of the series
1 -2+ 3-4 …n terms
Write a program to sum the digits of a number
Write a program to print first and last digits of a number
Write a program to search an element in a list of elements using sequential search
Write a program to search an element in a list of elements using binary search
Write a program to sort a list of elements using bubble sort in ascending order
Write a program to sort a list of elements using insertion sort in ascending order
Write a program to sort a list of elements using selection sort in ascending order
Write a program to sort a list of elements using quick sort sort in ascending order
Write a program to sort a list of elements using heap sort in ascending order
Write a program to sort a list of elements using radix sort in ascending order
Write a program to print a two dimensional array in matrix form
Write a program to print transpose of a matrix.









Famous C language programs
C programs

Write a program to add two matrices
Write a program to multiply two matrices
Write a program  to make diagonal elements as zero of a 3x3 matrix
Write a program to calculate factorial of a number using recursive functions
Write a program to calculate factorial of a number using recursion










Famous C language programs
C programs


Write a program to print address of an element stored in memory
Write a program to read a file from hard disk.