Home Segments Index Top Previous Next

338: Mainline

Once nptr is assigned, you can dereference it to get back to the array element:

  *-- Identifies the address of the first array element 
  v 
 ---- 
*nptr 
----- 
  ^ 
  *-- Identifies the first array element