This document contains information about pointers in C including declaring pointer variables, assigning the address of a variable to a pointer, dereferencing a pointer to access the value of the variable being pointed to, and how the value changes when dereferencing the pointer after assigning a new value through the pointer. It also lists some references for learning more about pointers in C.