advantages of using pointer
Answers
Answered by
0
Answer:
Advantages of Using Pointers
- Less time in program execution.
- Working on the original variable.
- With the help of pointers, we can create data structures (linked-list, stack, queue).
- Returning more than one values from functions.
- Searching and sorting large data very easily.
- Dynamically memory allocation.
Answered by
0
Answer:
Advantages of using pointer are:
- Less time in program execution
- Working on the original variable
- With the help of pointers, we can create data structures (linked-list, stack, queue).
- Returning more than one value from functions
- Searching and sorting large data very easily
- Dynamically memory allocation
Explanation:
Similar questions