This repository contains 55 basic C programs covering fundamental to intermediate level concepts.
It is specially designed for beginners who want to build strong programming logic and core understanding of C language. ๐ปโจ
"Strong basics build strong programmers." ๐
๐น Basic Input / Output
๐น Data Types & Variables
๐น Operators
๐น Conditional Statements (if-else, switch)
๐น Loops (for, while, do-while)
๐น Functions
๐น Arrays
๐น Strings
๐น Pointers
๐น Structures
๐น Pattern Programs
๐น Number Programs
๐น Logical & Mathematical Problems
gcc filename.c -o output
./output