Skip to content

saikat709/teach-your-self-c-codes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Teach Yourself C - Solutions Repository

This repository contains solutions to the examples and exercises from the book "Teach Yourself C". Each solution is implemented in C and organized for easy reference and learning.

Structure

The repository is structured as follows:

  • Examples: Solutions to the examples provided in the book.
  • Exercises: Solutions to the exercises at the end of each chapter.

How to Use

  1. Clone the repository:
    git clone https://github.com/saikat709/teach-your-self-c-codes.git
  2. Navigate to the desired chapter or section.
  3. Compile the C files using a C compiler like gcc:
    gcc filename.c -o output
    ./output

Prerequisites

  • Basic understanding of C programming.
  • A C compiler installed on your system (e.g., GCC).

Contributions

Feel free to contribute by:

  • Improving existing solutions.
  • Adding alternative approaches.
  • Reporting issues or suggesting enhancements.

Happy coding!

About

Solutions to examples and exercises from the book "Teach Yourself C"

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages