My First C Language Applications (2017)

Overview

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.

Content

My First 20 Applications

  • 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.

Star Patterns

  • Description: Programs to generate various star patterns.
  • Purpose: Practicing loops and nested loops to create different visual patterns with asterisks.

Screenshots

Screenshot 1 Screenshot 2 Screenshot 3 Screenshot 4 Screenshot 5
Screenshot 6 Screenshot 7 Screenshot 8 Screenshot 9 Screenshot 10
Screenshot 11 Screenshot 12 Screenshot 13 Screenshot 14