Multiple Choice
If a variable occupies more than one byte of memory, its address is
A) the address of the last byte of storage allocated to it.
B) the average of the addresses used to store the variable.
C) the address of the first byte of storage allocated to it.
D) general delivery.
E) None of the above
Correct Answer:

Verified
Correct Answer:
Verified
Q10: It is possible for a structure to
Q32: The statement Rectangle * boxPtr; defines a
Q33: When the _ is placed in front
Q34: Which of the following statements is not
Q35: The _, also known as the address
Q36: The statement cout << &num1; will output<br>A)
Q38: Dynamic memory allocation occurs<br>A) when a variable
Q40: The delete operator should only be used
Q41: A pointer variable is designed to store<br>A)
Q42: Any arithmetic operation may be performed on