Question: When the less than ( < ) operator is used between two pointer variables, the expression is testing whether: Group of answer choices None of
When the less than operator is used between two pointer variables, the expression is testing whether:
Group of answer choices
None of these
the first pointer variable was declared before the second pointer variable
the address of the first pointer variable itself in the computer's memory is less than the address of the second pointer variable itself in the computer's memory
the variable pointed to by the first pointer variable was declared before the variable pointed to by the second pointer variable
the address of the value pointed to by the first pointer variable in the computer's memory comes before the address of the value pointed to by the second pointer variable in the computer's memory
the value pointed to by the first pointer variable is less than the value pointed to by the second pointer variable
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
