A TUTORIAL ON POINTERS AND ARRAYS
IN C
by Ted Jensen
Version 1.1 (HTML version)
July 1998
This material is hereby placed in the public domain
Available in various formats via
http://www.netcom.com/~tjensen/ptr/cpoint.htm
TABLE OF CONTENTS
Preface
Introduction
Chapter 1: What is a Pointer?
Chapter 2: Pointer Types and Arrays.
Chapter 3: Pointers and Strings
Chapter 4: More on Strings
Chapter 5: Pointers and Structures
Chapter 6: More on Strings and Arrays of Strings
Chapter 7: More on Multi-Dimensional Arrays
Chapter 8: Pointers to Arrays
Chapter 9: Pointers and Dynamic Allocation of Memory
Chapter 10: Pointers to Functions
Epilog