This repository contains all the important C programs I’ve written so far — organized by topics for easy reference and revision.
basic_programs/– Age, calculator, leap year, palindrome, etc.arrays/– 1D, 2D arrays, matrix operationsstrings/– String manipulation and reversepointers/– Pointer examples, dynamic memorystructures/– Structure definitions and examplesrecursion/– Recursion-based problemssorting/– Bubble, insertion sortsearching/– Linear searchstar_patterns/– Pattern printing programs
To revise all C concepts learned during my 1st year
and use this as a reference and practice source going forward.
Use any C compiler like gcc. Example:
gcc basic_programs/age.c -o age
./age
Charan-Mugada
Student @ Raghu Engineering College
Learning C, DSA, Java, Python , Web Technologies