Once nptr is assigned, you can dereference it to get back to the array element:
nptr
*-- Identifies the address of the first array element v ---- *nptr ----- ^ *-- Identifies the first array element