CS2013 Systems Programming

Offered during July-Nov 2025

Department of Computer Science and Engineering @ IIT Palakkad, Kerala, India

Lab 05 -- C Programming, Compiling, C Syntax and Semantics

This page gives an overview of the lecture and the lab session on Aug 28, 2025.

Short lecture summary

Readings

  1. Dive Into Systems by Suzanne J. Matthews, Tia Newhall, Kevin C. Webb (Online version)

    dis

    Read chapters

  2. C Programming A Modern Approach (2nd Ed) by K. N. King (Online version)

    dis

    Read chapters

Practise

  1. For an excellent and visual way to learn C programming, check the python tutor page for C here created by Philip Guo. Type out some programs, compile and see how it runs all without leaving your browser. Also a nice article tracing its history.

  2. Puzzles on C programming. Work out Part E and Part L from this link.

  3. How to exit from vim ?

Additional readings