- C Examples - Linked List
- C Examples - Mathematics
- C Examples - Strings
- C Examples - Arrays
- C Examples - Patterns
- C Examples - Loops/Iterations
- C Examples - Simple Programs
- Learn C by Examples - Home
C Programming Useful Resources
Selected Reading
- Who is Who
- Computer Glossary
- HR Interview Questions
- Effective Resume Writing
- Questions and Answers
- UPSC IAS Exams Notes
Mathematical Programs in C
This section has been developed to introduce some common mathematical problems that can be solved using c programming language.
Numbers & Series
Lets start with some designated number and series to program. Here we shall see how to program to get Armstrong, Prime, Factorial numbers and Fibonacci series.
Average
Here we shall learn how to program to find average and percentages.
Mean, Median & Mode
All three of mean, median and mode are types of different kind of averages. Mean deals with common way of finding average. Median is the centeral value of a pst and mode is a value in a pst which occurs the highest number of time.
General Programs
Some basic and general programs learnt in schools can provide us an insight of programming techniques. Here we shall see few of the general programs used in school mathematics.