Q146
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
AnswerB.
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
Solution
Answer: Option A
No explanation is given for this question Let's Discuss on Board