Skip to content

hakilebara/KnR_exercices

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Exercices from K&R's The C Programming Language book

This repository contains my solutions to the exercises in The C Programming Language by Brian W. Kernighan and Dennis M. Ritchie (K&R).

I am using this classic text to build a strong foundation in C programming.


Repository Structure

├── Makefile
├── README.md
├── bin/
└── src/

How to use

git clone https://github.com/hakilebara/KnR_exercices
cd KnR_exercices
make
./bin/1-1

About

K&R's The C Programming Language Exercices

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published