Pointers
Part - 1
We have seen variable types so far which can hold integers (int), floating point numbers (float) and so on. So, what if we wanted a special variable or just some variable that could hold the address of a variable? Such a variable is called a...
cnotes.hashnode.dev3 min read