CS2013 Systems Programming

Offered during July-Nov 2025

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

Lab 06 -- C Programming, Arrays, Strings and Pointers

This page gives an overview of the lecture and the lab session on Sep 04, 2025.

Short lecture summary

Readings

  1. Notes on C programming by Jasine.

    These notes are based on the lectures for the course CS1100 Introduction to Programming (Aug-Dec 2016) offered at IIT Palakkad. You can find a link to the complete set of notes here.

    Read Lectures

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

    dis

    Read chapters

Practise

  1. Practise all interactive exercises from Chapter 2 of Dive into Systems

  2. Exercises on C pointers.

  3. Puzzles on C programming. Work out Part 1D, 2D, P and Part S from this link.

  4. Exercise problems from here and here.

Additional readings