Q&A
Ask and answer questions to make information more available to wider audiences.
Cash Accrington @accringtoncash   06, Apr 2023 12:00 AM
wild pointers
What are Wild Pointers in C?
answers 1
 
Answer 1
Marco Airlie @airliemarco123   06, Apr 2023 04:33 PM
 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.