Multiple Choice
When the less than ( < ) operator is used between two pointer variables, the expression is testing whether ________.
A) the value pointed to by the first is less than the value pointed to by the second
B) the value pointed to by the first is greater than the value pointed to by the second
C) the address of the first variable comes before the address of the second variable in the computer's memory
D) the first variable was declared before the second variable
E) None of these
Correct Answer:

Verified
Correct Answer:
Verified
Q9: With pointer variables you can access, but
Q14: Dynamic memory allocation occurs<br>A) when a new
Q18: In C++11, the nullptr keyword was introduced
Q23: A pointer variable is designed to store
Q24: The following statement: <img src="https://d2lvgg3v3hfg70.cloudfront.net/TB2965/.jpg" alt="The following
Q25: When you pass a pointer as an
Q26: To help prevent memory leaks from occurring
Q27: When you work with a dereferenced pointer,
Q28: With pointer variables you can _ manipulate
Q32: What does the following statement do?<br><img src="https://d2lvgg3v3hfg70.cloudfront.net/TB2965/.jpg"