Loading repository data…
Loading repository data…
Hansikamanikandan / repository
C Arrays & Matrices is a collection of C programs demonstrating one-dimensional and two-dimensional array operations. It covers searching, sorting, statistical calculations, matrix addition, multiplication, transpose, and array-based algorithms using clean, structured, and beginner-friendly C code.
"Arrays organize data. Algorithms bring them to life."
C Arrays & Matrices is a collection of C programs that demonstrate one-dimensional and two-dimensional array operations. The repository covers array traversal, searching, sorting, statistical calculations, and matrix operations while strengthening problem-solving and algorithmic thinking.
| No. | Program |
|---|---|
| 01 | Total Marks Using Array |
| 02 | Average Marks Using Array |
| 03 | Sum of Odd Numbers |
| 04 | Sum of Elements at Even Indices |
| 05 | Maximum Element in an Array |
| 06 | Sort Array in Ascending Order |
| 07 | Third Smallest Element |
| 08 | Second Largest Element |
| 09 | Search an Element in an Array |
| 10 | Matrix Addition |
| 11 | Matrix Multiplication |
| 12 | Matrix Transpose |
stdio.hc-arrays-and-matrices
│
├── 01_total_marks_using_array.c
├── 02_average_marks_using_array.c
├── 03_sum_of_odd_numbers.c
├── 04_sum_of_even_index_elements.c
├── 05_maximum_element_in_array.c
├── 06_sort_array_ascending.c
├── 07_third_smallest_element.c
├── 08_second_largest_element.c
├── 09_linear_search_in_array.c
├── 10_matrix_addition.c
├── 11_matrix_multiplication.c
├── 12_matrix_transpose.c
└── README.md
After completing this repository, I gained practical experience in:
Hansika Manikandan
B.E. Computer Science and Engineering
Mepco Schlenk Engineering College
Passionate about Software Development, Cloud Computing, Cybersecurity, and Problem Solving.
Organize Data • Build Logic • Solve Problems 🚀