Advantage of this pointer?
Answers
Answered by
6
Major advantages of pointer are:
1) It allows management of structure which are allocated memory dynamically.
2) It allows passing of arrays and strings functions more efficiently.
3) It makes possible to pass address of structure instead of entire structure to the functions.
1) It allows management of structure which are allocated memory dynamically.
2) It allows passing of arrays and strings functions more efficiently.
3) It makes possible to pass address of structure instead of entire structure to the functions.
Similar questions