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.
 
 
Peter Babič 34bb80f44c
fix readme
2 years ago
02_C_Fundamentals initial commit 4 years ago
03_Formatted_IO initial commit 4 years ago
04_Expressions initial commit 4 years ago
05_Selection_Statements initial commit 4 years ago
06_Loops initial commit 4 years ago
07_Basic_Types initial commit 4 years ago
08_Arrays initial commit 4 years ago
09_Functions initial commit 4 years ago
10_Program_Organization initial commit 4 years ago
11_Pointers remove tilde file 4 years ago
12_Pointers_And_Arrays initial commit 4 years ago
13_Strings initial commit 4 years ago
14_The_Preprocessor initial commit 4 years ago
15_Writing_Large_Programs initial commit 4 years ago
16_Structures_Unions_Enumerations initial commit 4 years ago
17_Advanced_Uses_of_Pointers initial commit 4 years ago
18_Declarations initial commit 4 years ago
20_Bitwise_Operators initial commit 4 years ago
LICENSE MIT License 4 years ago
README.md fix readme 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!