True/False
A pointer with the value 0 (zero) is called a NULL pointer.
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q3: What will the following code output? int
Q4: Use the delete operator only on pointers
Q7: When you work with a dereferenced pointer,
Q8: Every byte in the computer's memory is
Q10: Look at the following statement. int *ptr;<br>In
Q11: When this is placed in front of
Q12: The statement int *ptr = new int;<br>A)
Q13: The contents of pointer variables may be
Q30: Which of the following statements deletes memory
Q38: An array name is a pointer constant