0 votes
in C Plus Plus by

Describe Wild Pointers in C?

1 Answer

0 votes
by

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

...