Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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)