
- Learn C By Examples Time
- Learn C by Examples - Home
- C Examples - Simple Programs
- C Examples - Loops/Iterations
- C Examples - Patterns
- C Examples - Arrays
- C Examples - Strings
- C Examples - Mathematics
- C Examples - Linked List
- C Programming Useful Resources
- Learn C By Examples - Quick Guide
- Learn C By Examples - Resources
- Learn C By Examples - Discussion
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 list and mode is a value in a list 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.