Pointers are the powerful feature of C and (C++) programming, which differs it from other popular programming languages like: java and Visual Basic. Pointers are used in C program to access the memory and manipulate the address. This chapter will introduce simple pointers, inviting you refer lecture for more details.