You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
2 years ago | |
---|---|---|
02_C_Fundamentals | 3 years ago | |
03_Formatted_IO | 3 years ago | |
04_Expressions | 3 years ago | |
05_Selection_Statements | 3 years ago | |
06_Loops | 3 years ago | |
07_Basic_Types | 3 years ago | |
08_Arrays | 3 years ago | |
09_Functions | 3 years ago | |
10_Program_Organization | 3 years ago | |
11_Pointers | 3 years ago | |
12_Pointers_And_Arrays | 3 years ago | |
13_Strings | 3 years ago | |
14_The_Preprocessor | 3 years ago | |
15_Writing_Large_Programs | 3 years ago | |
16_Structures_Unions_Enumerations | 3 years ago | |
17_Advanced_Uses_of_Pointers | 3 years ago | |
18_Declarations | 3 years ago | |
20_Bitwise_Operators | 3 years ago | |
LICENSE | 3 years ago | |
README.md | 2 years ago |
README.md
C programming - A modern approach
This repository contains solved exercises for the book C programming - A modern approach by the K. N. King.
http://knking.com/books/c/content.html
I did this far back in 2012, because I really wanted to understand pointers. Well, it looks like it was a success, I think. Back then I did not know how to use git (or any other VCS for that matter), so the history is missing, unfortunately. Enjoy!