Pointers Programming and Data Structures
Abstract
This note provides an introduction to pointers in C.It covers the following topics: Address and Value, Locations, Pointer Usage Example, Accessing the Address of a Variable, Pointer Declarations, Pointer Expressions, Passing Pointers to a Function, Pointers and Arrays, Pointer arithmetic and element size, Structures and Dynamic Memory Allocation.