Complex pointers in c programming | CTechnotips

(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

0 comments:

Post a Comment