Learn C programming
Complete Tutorial series
C is a popular, easy-to-learn, and adaptable general-purpose programming language. It is a structured programming language that is machine-independent and widely utilized in a variety of applications.
Click to expand
- Types of array in C
- One-Dimensional Array
- Declaration of single dimension array
- Initialization of array
- Writing/accepting the elements into an array
- Reading an element from an array
- With Array
- Transforming values/contents of one array to another
- SEARCHING
- 1) SEQUENTIAL / LINEAR SEARCH
- 2) BINARY SEARCH or SEARCHING AN ORDERED LIST
- SORTING
- 1) Bubble sort / Bubble exchange sort
- 2) Selection sort
- 3) MERGING
- Multidimensional array
- Initializing Two-dimensional Arrays