Homework is over pointers

1. (3 points) True or false?
If (x == y) then (&x == &y). T F
Explain your choice:
I think its true but I don't really understand why

If (x == y) then (*x == *y). T F
Explain your choice:
False but not sure why

2 answers

What school subject is this? I doubt anyone here knows what C++ means.
#1 If x and y are numbers, then &x and &y are their addresses. So, False.

#2 If x and y are pointers, then since they point to the same thing, the values pointed to are equal. So, True.
Similar Questions
    1. answers icon 13 answers
    1. answers icon 1 answer
  1. Does the relationship show a function?(4 points)True False True – False – True – False – True – False – { (0, -4)
    1. answers icon 1 answer
  2. 13. Which verb form correctly completes the following sentence?¿Qué ____________ (tú) en el almacén? (1 point) True False
    1. answers icon 1 answer
more similar questions