Skip to content

yeah6161/C-Learning-Notes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

9 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

C Learning Notes

This repository contains my personal notes and small examples as I learn the C programming language from scratch.
I'm keeping everything simple, clear, and structured so I can track my progress effectively.

🎯 Goals

  • Build a strong understanding of C fundamentals.
  • Practice basic syntax, pointers, arrays, and memory operations.
  • Learn by writing small, focused programs.
  • Document everything for future reference.

πŸ“‚ Structure

c-learning-notes/ β”‚ β”œβ”€β”€ basics/ β”‚ β”œβ”€β”€ hello_world.c β”‚ β”œβ”€β”€ variables.c β”‚ β”œβ”€β”€ data_types.c β”‚ └── input_output.c β”‚ β”œβ”€β”€ control-flow/ β”‚ β”œβ”€β”€ if_else.c β”‚ β”œβ”€β”€ switch_case.c β”‚ └── loops.c β”‚ β”œβ”€β”€ functions/ β”‚ β”œβ”€β”€ basic_function.c β”‚ └── return_values.c β”‚ β”œβ”€β”€ pointers/ β”‚ β”œβ”€β”€ pointers_intro.c β”‚ └── pointer_operations.c β”‚ └── README.md

πŸš€ Progress

Updated step by step as I learn new concepts and write small practice files.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages