Monday, January 5, 2009

pointer in c programming Labguage(

Pointers.

Pointers are at the heart of C. When you crack this subject, you have got the worst of C behind you. Before you tackle pointers though, you should get a grip on arrays.

* First principles.
* Definition of a pointer.
* Pointers to strings.
* Pointers to arrays.
* Char arrays verses char pointers.
* Void pointers.
* Pointers to pointers.
* Pointers to functions.
* Linked lists.




read more...........

Definition of a pointer.
Pointers to strings.
Pointers to arrays.
Void pointers.
Pointers to pointers.
Pointers to functions.

No comments:

Blog List