Assume the variable diff has already been declared. Write an expression whose value is the address of diff.
LANGUAGE: C++
CHALLENGE:
Assume the variable diff has already been declared. Write an expression whose value is the address of diff.
SOLUTION:
&diff