Computer Science, asked by sagarktech, 4 days ago

advantages of using pointer

Answers

Answered by XxMissInactivexX
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 matilalbhakat
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