Advantage of Pointer | C Language
Advantage of Pointer
- It provides dynamic programming environment.
- Physical location of memory can be direct access through
pointer.
- It allow to call by reference to function which help to
achieved many dynamic operation.
- Dynamic memory allocation is achieved through array.
- Fire read write operations are achieved through pointer.
- Management of structures which are allocated memory
dynamically is efficiently achieved by pointer.
- It allows passing of arrays and strings to functions more
efficiently
- More than one value can be pass using pointer.
Next Topic
No comments:
Post a Comment