Complex pointers in c programming

(1) Pointer to function
(2) Pointer to array
a. Pointer to array of integer
b. Pointer to array of function
c. Pointer to array of character
d. Pointer to array of structure
e. Pointer to array of union
f. Pointer to array of array
g. Pointer to two dimensional array
h. Pointer to three dimensional array
i. Pointer to array of string
j. Pointer to array of pointer to string
(3) Pointer to structure
(4) Pointer to union
(5) Multilevel pointers





Pointer to array of pointer to string
Pointer to three dimentional array
Pointer to two dimensional array
Sorting of array using pointer
Pointer to array of array
Pointer to array of union
Pointer to array of structure
Pointer to array of character
Pointer to array of integer
Complex pointer
Generic pointer
Null pointer

C tutorial

No comments: