188k views
21 votes
True or False: A pointer that is declared but not initialized is a null pointer (and therefore will evaluate to false in a conditional).

1 Answer

5 votes

Answer:

True

Step-by-step explanation:

In computing, a null pointer or null reference is a value saved for indicating that the pointer or reference does not refer to a valid object.

User Charles May
by
6.7k points