Question

The statement
y = &yPtr;
a) assigns the address of the variable y to pointer variable yPtr.
b) assigns the address of the variable yPtr to pointer variable y.
c) is a compilation error.
d) is a logic error.

Answer

This answer is hidden. It contains 3 characters.