Skip to content

Solutions to all the exercises from "The C Programming Language - 2nd Edition" by K&R.

License

Notifications You must be signed in to change notification settings

virajgajjar/knrc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

knrc

linux-build

Solutions to all the exercises from "The C Programming Language - 2nd Edition" by K&R.

Each solution will only use concepts that have been taught upto that point in the book.

So, some solutions may look clumsy to an experienced programmer.

⚠️ Work in progress

Usage

To compile and run a solution, navigate to the suitable directory and run:

make && ./a.out

You can compile all solutions at once into a top level directory called "bin". To do so, run the following command from the top level directory:

make && make install

To remove all the compiled objects from their directories, run the following command from the top level directory or from a directory containing a solution:

make clean

About

Solutions to all the exercises from "The C Programming Language - 2nd Edition" by K&R.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published