This repository contains C programs that are covered in the book "Programming in C" by Reema Thareja. This repository is maintained by @Ad0rable. The repository contains three types of programs:
- Examples: Programs given as examples within the chapters of the book.
- Solved Programs: Programs that are solved and presented as part of the exercises in the book.
- Unsolved Programs: Programs that are part of the exercise section of the book but are not solved.
This folder contains programs that are given as examples in the chapters of the book. Each program is placed in its own folder and contains the C source code file along with any additional files that may be required to run the program.
This folder contains C programs that are solved and presented as part of the exercises in the book. Each program is placed in its own folder and contains the C source code file along with any additional files that may be required to run the program.
This folder contains C programs that are part of the exercise section of the book but are not solved. These programs are meant to challenge the reader and help them improve their programming skills. Each program is placed in its own folder and contains a C source code file with an incomplete program.
Contributions to this repository are welcome. If you have a C program that you would like to add to this repository, please submit a pull request with the changes.
This repository is licensed under the GNU General Public License v3.0. See the LICENSE file for details.