Introduction - If you have any usage issues, please Google them yourself
Lesson 6: Pointers in C
Pointers are an extremely powerful programming tool. They can make some things much easier, help improve your program s efficiency, and even allow you to handle unlimited amounts of data.