Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fsaadatmand/programming-in-c
Answers to Programming in C (Fourth Edition) by Stephan G. Kochan.
https://github.com/fsaadatmand/programming-in-c
c c-language programming-exercises
Last synced: 26 days ago
JSON representation
Answers to Programming in C (Fourth Edition) by Stephan G. Kochan.
- Host: GitHub
- URL: https://github.com/fsaadatmand/programming-in-c
- Owner: fsaadatmand
- Created: 2018-09-16T02:52:01.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2021-02-05T20:43:03.000Z (almost 4 years ago)
- Last Synced: 2024-09-30T01:04:42.942Z (about 1 month ago)
- Topics: c, c-language, programming-exercises
- Language: C
- Size: 209 KB
- Stars: 40
- Watchers: 0
- Forks: 20
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Programming-in-C-Fourth-Edition
Answers to Programming in C (Fourth Edition) by Stephan G. Kochan.This is the complete set of answers to the exercises in the book.
If you found a mistake or a bug, please let me know.
Cheers!
### Contents
- Chapter 1. Some Fundamentals - no exercises
- [Chapter 2. Compiling and Running Your First Program](chapter02)
- [Chapter 3. Variables, Data Types, and Arithmetic Expressions](chapter03)
- [Chapter 4. Program looping](chapter04)
- [Chapter 5. Making Decisions](chapter05)
- [Chapter 6. Working with Arrays](chapter06)
- [Chapter 7. Working with Functions](chapter07)
- [Chapter 8. Working with Structures](chapter08)
- [Chapter 9. Character Strings](chapter09)
- [Chapter 10. Pointers](chapter10)
- [Chapter 11. Operations on Bits](chapter11)
- [Chapter 12. The Preprocessor](chapter12)
- [Chapter 13. Extending Data Types with Enumerated Data Type, Type Definitions, and Type conversions](chapter13)
- Chapter 14. Working with larger Programs - no exercise
- [Chapter 15. Input and Output Operations in C](chapter15)
- [Chapter 16. Miscellaneous and Advanced Features](chapter16)
- [Chapter 17. Debugging Programs](chapter17)
- Chapter 18. Object-Oriented Programming (no exercises)