Science, asked by Enit9429, 1 year ago

Advantage of this pointer?

Answers

Answered by Aaquib05
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.
Similar questions