Computer Science, asked by caspillolbsinfotech, 6 months ago

The use and significance of pointers.

Answers

Answered by parikshittomar81
1

Answer:

Pointers are more efficient in handling Arrays and Structures. Pointers allow references to function and thereby helps in passing of function as arguments to other functions. It reduces length of the program and its execution time as well. It allows C language to support Dynamic Memory management.

Explanation:

⭐⭐⭐⭐⭐

Answered by Anonymous
1

Answer:

\huge\red{\mid{\fbox{\tt{ᴀɴsᴡᴇʀヅ }}\mid}}

Pointers are more efficient in handling Arrays and Structures. Pointers allow references to function and thereby helps in passing of function as arguments to other functions. It reduces length of the program and its execution time as well. It allows C language to support Dynamic Memory management.

Similar questions