Skip to content
/ k-r Public

Solutions of exercises of the book "The C Programming Language"

Notifications You must be signed in to change notification settings

rdtft/k-r

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The C Programming Language

My solutions to the exercises in the book "The C Programming Language – Second Edition" by Brian W. Kernighan and Dennis M. Ritchie

Coding Style

  • soft tabs
  • expand tabs to two spaces
  • opening bracket on the same line as the function declaration or conditional
  • always use curly braces, even if they can be left out

About

Solutions of exercises of the book "The C Programming Language"

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published