Skip to content

Yashasvi-30/LetUsC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation


Let Us C Solutions

This repository contains solutions to all the exercises and questions from the "Let Us C" book by Yashavant Kanetkar. The book is a comprehensive guide for beginners to learn the C programming language, and this repository aims to provide clear, correct, and well-commented solutions to enhance understanding.

Repository Structure

  • Chapter-wise Folders: Each chapter from the book has its own folder. Inside each folder, you'll find solutions to the exercises and problems from that chapter.
  • Solution Files: Each solution is provided in a separate .c file named according to the exercise or problem number for easy reference.

Compile and Run a Solution:

gcc program.c -o program
./program

Contribution

Contributions are welcome! If you find any issues or have improvements, feel free to fork the repository, make your changes, and submit a pull request.

Acknowledgments

  • Special thanks to Yashavant Kanetkar for authoring "Let Us C", an invaluable resource for learning C programming.
  • Thanks to the open-source community for their continuous support and contributions.

About

This Repository is a solution to all the questions from the Let Us C book by Yashvant Kanetkar

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages