When students reach BTech , they have to study Data Structures either through C or Python . Since the concepts in C include topics like Pointers, Linked Lists, Graphs, trees etc. These topics are mind wobbling, if the basics of Pointers are not clear to the students.
I have tried to include a separate chapter on Arrays and Pointers. This will help the students get a deep knowledge of how to use pointers with Arrays, structures, functions. Once this concept is clear to them , they feel it easy to understand programming with Linked Lists, as it uses a lot of pointers in it.