This repository contains a collection of my very first applications written in C language when I was learning it back in 2017. These projects mark the beginning of my journey into programming and software development. I have saved this repository as a reminder of my early days and the progress I have made since then.
The purpose of this repository is to preserve and reflect on my early learning experiences. It serves as a personal archive of the fundamental concepts and practices I learned while starting out with C programming. These projects, though simple, laid the foundation for my understanding of programming logic and problem-solving.
Looking back at these projects reminds me of my beginnings and the progress I have made over the years. This repository is a testament to my learning journey and the dedication I had while learning C language. It also serves as an inspiration to keep pushing forward and continue learning and growing as a software developer.
- Description: A variety of programs covering fundamental programming concepts and basic algorithms.
- Examples: Basic calculators, Fibonacci sequence generators, factorial calculators, prime number checkers, sorting algorithms, string manipulation, and simple games.
- Description: Programs to generate various star patterns.
- Purpose: Practicing loops and nested loops to create different visual patterns with asterisks.