Direct/Interactive C Compiler
-
Updated
Jul 4, 2017 - C
C is a programming language designed by Dennis Ritchie at Bell Labs. C is very widely used, straightforward, and can be compiled to a number of platforms and operating systems. C is an imperative language, with a small number of keywords and a large number of mathematical operators. C is also a very low level programming language, which means it can communicate directly with hardware.
Direct/Interactive C Compiler
Solutions to the exercises from The C Programming Language By Dennis Ritchie and Brian Kernighan (K&R C)
Solutions to K&R C
My complete personal solution to the classic K&R Book (The C Programming Language)
Exercises from the book "The C programming language" from Brian Kernighan and Dennis Ritchie
Solutions to the problems in The C Programming Language by Brian Kernighan and Dennis Ritchie (K & R)
Supplementary code, slides, and notes for a beginner-friendly video series on The C Programming Language by K&R.
Notes, summaries, and solved exercises from working through K&R's "The C Programming Language", chapter by chapter with an auto-updating progress tracker.
Created by Dennis Ritchie
Released 1972