Dangling, Void , Null and Wild Pointer in C
In this tutorial, you will learn about the dangling pointer, void pointer, NULL, and wild pointer in C. I have already written a brief article on these topics. The main aim of this blog post to give you a quick introduction to these important concepts. Also, I will describe different states of the pointer with […]
Dangling, Void , Null and Wild Pointer in C Read More »