Which statement is true about an uninitialized pointer?
A) It may point to a memory location that a program does not own
B) It always has the value null
C) It will always point to a memory location that a program owns
D) It will never cause a problem in a program
Ans: A
Title: Which statement is true about an uninitialized pointer?
Difficulty: Easy