Skip to content

This repository contains 15 assessment to be completed by mentees in C language

Notifications You must be signed in to change notification settings

Philip-Carneiro/learning-c

Repository files navigation

C Programming: From Zero to Hero

Welcome to the "C Programming: From Zero to Hero" repository! This repository contains a series of 15 assessments designed to take you from a complete beginner to a proficient C developer. By completing these assessments, you will develop fundamental programming skills, understand key concepts in C, and learn how to solve real-world problems using this powerful language.

Table of Contents

  1. Assessment 01: Hello World
  2. Assessment 02: Basic Arithmetic
  3. Assessment 03: Conditional Statements
  4. Assessment 04: Loops
  5. Assessment 05: Functions
  6. Assessment 06: Arrays
  7. Assessment 07: Pointers
  8. Assessment 08: Strings
  9. Assessment 09: Structs
  10. Assessment 10: File I/O
  11. Assessment 11: Dynamic Memory Allocation
  12. Assessment 12: Linked Lists
  13. Assessment 13: Recursion
  14. Assessment 14: Bitwise Operations
  15. Assessment 15: Project - Simple Shell

Skills You Will Develop

  • Basic Syntax and Structure: Understanding the basic syntax, structure, and conventions in C programming.
  • Control Flow: Mastering the use of conditional statements and loops.
  • Functions: Learning how to define and use functions to organize code and avoid repetition.
  • Data Structures: Working with arrays, pointers, strings, structs, and linked lists.
  • Memory Management: Understanding dynamic memory allocation and deallocation using pointers.
  • File Handling: Reading from and writing to files.
  • Algorithmic Thinking: Developing problem-solving skills with recursion and bitwise operations.
  • Project Development: Applying all your knowledge in a comprehensive final project.

By the end of this series, you'll have a strong foundation in C programming and be prepared to tackle more advanced topics or contribute to real-world projects.

About

This repository contains 15 assessment to be completed by mentees in C language

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published