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
Exercises from the book "The C programming language" from Brian Kernighan and Dennis Ritchie
My implementations of the challenges in the K and R C book.
Solutions to the problems in The C Programming Language by Brian Kernighan and Dennis Ritchie (K & R)
(WIP) Solutions for exercises in Kernighan & Ritchie's »The C Programming Language«.
My solutions to the exercises in K&R 2 ("The C Programming Language" 2nd edition by Brian W. Kernighan and Dennis M. Ritchie). Work In Progress.
Created by Dennis Ritchie
Released 1972