CC -- PPOOIINNTTEERRSS - Tutorialspoint
www.tutorialspoint.com › pdf › c_pointersfollowing few important pointer concepts which should be clear to a C programmer: Concept Description C - Pointer arithmetic There are four arithmetic operators that can be used on pointers: ++, --, +, - C - Array of pointers You can define arrays to hold a number of pointers. C - Pointer to pointer C allows you to have pointer on a pointer and ...