The following line declares an integer pointer, s:
int *s;
The ampersand & is used to get the address.