Brief introduction to pointers as used in the C programming language. It shows viewers how to declare a pointer and dereference a pointer with the asterisk '*' operator, and how to obtain the address of an object in memory with the ampersand '&' operator.