Next: What is a Pointer? Up: Programming in C Previous: Semicolons end every statement

Pointers

Pointer are a fundamental part of C. If you cannot use pointers properly then you have basically lost all the power and flexibility that C allows. The secret to C is in its use of pointers.

C uses pointers a lot. Why?:

C uses pointers explicitly with:

NOTE: Pointers are perhaps the most difficult part of C to understand. C's implementation is slightly different DIFFERENT from other languages.



Dave.Marshall@cm.cf.ac.uk
Wed Sep 14 10:06:31 BST 1994