Multiple Choice
When you work with a dereferenced pointer, you are actually working with
A) a variable whose memory has been allocated
B) a copy of the value pointed to by the pointer variable
C) the actual value of the variable whose address is stored in the pointer variable
D) None of these
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q19: C++ does not perform array bounds checking,
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
Q25: If a variable uses more than one
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)