int array[10]; pointer = array; /* or alternatively: */ pointer = &array[0];