POINTERS SUMMARY & address operator (of an "object") * dereferencing operator on address Pointer type declaration is for memory size: float * p; for pointing to 8 bytes Using pointer to assign values Pointer arithmatic Use of const qualifer along with pointer Parameter passing with pointer Void type pointer and "invalid" pointer Pointer to function, may be passed to another function as parametrs are passed