Vidyalelo
C++ Programming · Q146

Classes and Objects in C++

Programming · C++ Programming · question 146

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
Answer
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

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board