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.