Pick out the correct statement.
A. the null pointer dereference occurs where a pointer that is expected to be a valid address but instead is equal to null
B. the null pointer dereference occurs where a pointer that is expected to be a valid address but instead is equal to the memory address
C. rvalue equivalent to the value at the pointer address
D. null pointer will not return anything
Answer: Option A

Join The Discussion