C learning resources

For the tutorials and programming assignments you will be required to use the C programming language. If you are new to C or need to refresh you knowledge there are plenty of resources available on the web. On this page you find a small collections of recommended links.

A short introduction to C programming

  • C Programming Introduction (PDF) is a comprehensive set of slides introducing the basic concepts of C programming put together by Md Tahseen Anam, teaching assistant on the OS (1DT044) course, autumn 2020.

C programming tutorials

Pointer fun with Blinky

Online books

  • The online C book: This is the online version of The C Book, second edition by Mike Banahan, Declan Brady and Mark Doran, originally published by Addison Wesley in 1991.

C for java programmers