English, asked by vanitha2852002, 10 months ago

____ is a pointer that doesn't point to a valid memory location.​

Answers

Answered by Anubhav555
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 Anonymous
0

Answer: Uninitialized pointers is a pointer that doesn't point to a valid memory location.​

Similar questions