GitXplorerGitXplorer
m

tcpl

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.
Verified
dcd703ca0df98154a60b78da82ff33659fec6659

feat: Add chapter 3

mmate-amargo committed 8 days ago
Verified
3f606632851e6248798857f66de17761845a041d

refactor: spaces to tabs

mmate-amargo committed 16 days ago
Verified
01715b326e88d1b1b106cfbfcdc7e455ae3ad581

doc: Add comments (exercises statements)

mmate-amargo committed 17 days ago
Verified
096f24b18c0752eddd1e20afbbfab5113182e72f

doc: Add comments (exercises statements)

mmate-amargo committed 17 days ago
Verified
729362cef777e7b3bcefa3ccbde8f455ae6e180c

feat: Add chapter 2

mmate-amargo committed 23 days ago
Verified
5087310bd08d447c1af2c9892564a4ec40c89eef

feat: Add chapter 1

mmate-amargo committed 24 days ago

README

The README file for this repository.

The C Programming Language

From wikipedia:

The C Programming Language (sometimes termed K&R, after its authors' initials) is a computer programming book written by Brian Kernighan and Dennis Ritchie, the latter of whom originally designed and implemented the C programming language, as well as co-designed the Unix operating system with which development of the language was closely intertwined. The book was central to the development and popularization of C and is still widely read and used today. Because the book was co-authored by the original language designer, and because the first edition of the book served for many years as the de facto standard for the language, the book was regarded by many to be the authoritative reference on C.

This repo includes my solutions to the exercises proposed throughout the book.