Variable Pointers and Security
Pointers are an important element in C and C++ programming. They provide the means to access memory locations from other places in the program. At its simplest, variable A can point to location Y. Pointing is not an alien concep