If the function that accepts int& is passed to *p , where p is a pointer to an int , then the function will work with the original data located at this address or with its copy?
- and how will the “data at address p” (that is, the data that are at the address that is written in p) differ from the original? - KoVadim
|