Computer Science, asked by pravinrathod3274, 2 months ago

An uninitialized pointer is called​

Answers

Answered by dibyansh1000
2

Answer:

Wild pointers.

Explanation:

Uninitialized pointers are called as wild pointers in C which points to arbitrary (random) memory location. This wild pointer may lead a program to behave wrongly or to crash.

Answered by sonylivhd
0

Answer:

Wild Pointer is answer

Hope it helps you

Similar questions