The ___________________ functions return values indicating an object’s proximity to another object.
Fill in the blank(s) with the appropriate word(s).
ANSWER: proximity
You might also like to view...
Which of the following is true about a circular doubly linked list?
a) inserting into the first position of the list is a special case b) deleting from the last position of the list is not a special case c) the precede reference of the last node has the value null d) the next reference of the last node has the value null
What is the output of the following code?
```
#include