Declaring Pointers Pointers are declared with a * after the name of the type int *p; p is a pointer to an int string* p; p is a pointer to a string