DSA-Using-C
3. Arrays
1. Introduction
2. Declaration of Arrays
3. Accessing the Elements of an Array
4. Storing Values in Arrays
5. Operations on Arrays
6. Passing Arrays to Functions
7. Pointers and Arrays
8. Arrays of Pointers
9. Two-dimensional Arrays
10. Operations on Two-Dimensional Arrays
11. Passing Two-dimensional Arrays to Functions
12. Pointers and Two-dimensional Arrays
13. Multi-dimensional Arrays
14. Pointers and Three-dimensional Arrays
15. Sparse Matrices
16. Applications of Arrays