Computer Science, asked by sharlabh07kori, 6 months ago

What can happen if pointer is uninitialized. Explain the concept and what should ideally be done in such case

Answers

Answered by devd047227
0

Answer:

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.

hope you like my answer, please mark me as the brainlist...

Similar questions