What are the pointers and how to use them in C?

What is Pointer? this is a question who trouble many of us, so i decide to write on it, hope it helps you 🙂 When we define a variable in c or whatever language, the compiler will find unused/vacant location in memory and allocate that to variable, to use. As we know […]