List of C Programs
A collection of classic and useful programs in C. This page is an index page of all the essential C programs for beginners and students of computer science.
All programs listed here have been tested.
Basics
- Largest of 3 Numbers
- Leap Year
- Swap Two Numbers
- Convert Fahrenheit to Celsius
- Generate Fibonacci Numbers
- Check if a Number is a Prime
- Permutation (nPr) and Combination (nCr)
- Binomial Coefficient
- Generate Pascal's Triangle
Strings
Arrays
Matrix
Recursion
Sort
Pointers
Equations, Sequences & Series
- Roots of a Quadratic Equation
- Sum of First N Natural Numbers
- Harmonic Series
- Exponential Function/Series
- Sine Series
- Newton-Raphson Method