Array names in many uses decay to a pointer to their first element.

So, in the expression p = keytab, p gets assigned the address of the first element of the array;

In the expression keytab +...