Question: C++ If a variable uses more than one byte of memory, for pointer purposes its address is the address of the last byte of storage
C++
If a variable uses more than one byte of memory, for pointer purposes its address is
| the address of the last byte of storage | ||
| the average of all the addresses used to store that variable | ||
| the address of the first byte of storage | ||
| the address of the second byte of storage | ||
| None of these |
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
