Pointers can only point to variables of specific type
int* p; // variable to store address of int variable