when I looked it up on wiki, it said it was a physical address of a data. but that meaning doesn't make sense in the context the word was used in my textbook:
"Table 6.1 shows the effect of the address-of operator & on the data type of reference."
this doesn't make sense because the expression WITH the & would be the physical address, and hence the reference.
also, they called both valp, &many "references". if they meant the address, only &many would be a reference.
what is the meaning of reference in this situation?