Multiple Choice
If a variable uses more than one byte of memory, for pointer purposes its address is
A) the address of the last byte of storage
B) the average of all the addresses used to store that variable
C) the address of the first byte of storage
D) the address of the second byte of storage
E) None of these
Correct Answer:

Verified
Correct Answer:
Verified
Q20: The following statement _ int *ptr =
Q21: Not all arithmetic operations can be performed
Q22: After the code shown executes, which of
Q23: In C++11 you can use smart pointers
Q24: When you work with a dereferenced pointer,
Q26: To help prevent memory leaks from occurring
Q27: The weak_ptr can share ownership of a
Q28: With pointer variables you can _ manipulate
Q29: The following statement _ cin >> *num3;<br>A)
Q30: Which of the following statements deletes memory