Skip to content

Latest commit

 

History

History
275 lines (245 loc) · 18.8 KB

README.md

File metadata and controls

275 lines (245 loc) · 18.8 KB

Programming in C

Exercises from Stephen G. Kochan's book Programming in C, 3rd Edition, 2005

Some code presented here is based on the solutions of Henrik Samuelsson.

Contents

Chapter 3: Compiling and running your first program

Chapter 4: Variables, data types and arithmetic expressions

Chapter 5: Program looping

Chapter 6: Making decisions

Chapter 7: Working with arrays

Chapter 8: Working with functions

Chapter 9: Working with structures

Chapter 10: Character strings

Chapter 11: Pointers

Chapter 12: Operations on bits

Chapter 13: The preprocessor

Chapter 14: More on data types

Chapter 16: Input and output operations in C