The book is written in simple and elegant manner.
Chapter 1 deals with introduction of C, Data types, operators and structure of C Program.
Chapter 2 is about different types of Control structures like conditional, unconditional and looping.
Chapter 3 is focused on Functions, different types of functions and Parameter passing techniques.
Chapter 4 focuses on Arrays, types of arrays, Strings and String handling functions.
Chapter 5 is explained the pointers, pointer to pointer and void pointer.
Chapter 6 deals with Structures and Unions.
Chapter 7 concentrates on Files, file operations.