“Any uninitialized pointer is known as a wild pointer in C because it points to some arbitrary memory location and can cause a program to crash or behave unexpectedly”. A wild pointer in C is declared but not initialized. That is why, it points to any random memory location.
Shathana. S.R. Answered question May 26, 2023

Uninitialized pointers in the C code are known as Wild Pointers. They point to some arbitrary memory location and can cause bad program behavior or program crash