-
Pick out the correct statement.
-
- lvalue equivalent to the value at the pointer address
- The NULL pointer dereference occurs where a pointer that is expected to be a valid address but instead is equal to the memory address
- The NULL pointer dereference occurs where a pointer that is expected to be a valid address but instead is equal to NULL
- All of above
- None of these
Correct Option: C
The NULL pointer dereference occurs where a pointer that is expected to be a valid address but instead is equal to NULL