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 the above
Correct Answer:

Verified
Correct Answer:
Verified
Q25: A temporary value in a program can
Q26: The set of operations supported by the
Q27: The term pointer can be used interchangeably
Q28: When you work with a dereferenced pointer,
Q29: Assuming that arr is an array identifier,
Q31: The _ and _ operators can respectively
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