This repository contains solution of exercises from the book “C Programming Language” by Brian Kernighan and Dennis Ritchie.
The exercises cover a wide range of topics related to the C programming language, including:
- Variables and Data Types
- Control Flow
- Functions
- Arrays and Pointers
- Input and Output
- Structures and Unions
- File Handling
- Memory Management
Each chapter focuses on specific concepts and provides solutions to exercises.
The repository is organized into chapters, with each chapter containing exercises related to the respective topics covered in the book.
This project is licensed under the MIT License. See the LICENSE file for more information.