____ is a pointer that doesn't point to a valid memory location.
Answers
Answered by
0
Explanation:
Bug #1 - Uninitialized pointers
The pointer p is uninitialized and points to a random location in memory when you declare it. It could be pointing into the system stack, or the global variables, or into the program's code space, or into the operating system.
Answered by
0
Answer: Uninitialized pointers is a pointer that doesn't point to a valid memory location.
Similar questions