Computer Science, asked by aqibshaikh5557, 1 year ago

What are Wild Pointers in C/C++?

Answers

Answered by NishantMishra3
0

Gradient is present for Co2 in the opposite direction i.e, from tissue to blood and blood to alveoli.As the solubility of Co2 is 20-25 times higher than that of O2 the amount of Co2 that can diffuse through the diffusion membrane per unit difference in partial pressure

Answered by rosey25
3

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.

Similar questions