kelvin-van-vuuren / the-c-programming-language-second-edition-solutions

My solutions to the exercises in the book "The C Programming Language - Second Edition" by Brian Kernighan and Dennis Ritchie. Also known as K&R.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The C Programming Language Second Edition (Solutions)

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

  • C Standard is C89 aka ANSI C.
  • Organised in folders for each chapter and one source file per exercise.
  • Test cases are included in most exercises via the main function.
  • Question text and a short description of the solution are included at the top of most of the exercise source files.
  • Developed using my Neovim config and terminal emulator build

About

My solutions to the exercises in the book "The C Programming Language - Second Edition" by Brian Kernighan and Dennis Ritchie. Also known as K&R.


Languages

Language:C 100.0%