By Joe Coburn at MakeUseOf.com…
Whether you realize it or not, the vast majority of programs you have used make use of pointers in some way. Maybe you have experienced a NullPointerException at some point. As a programmer, code you write will more than likely use pointers, even if you have not implemented them yourself.