Computer Science, asked by Rajes8265, 11 months ago

What are the demerits of using pointer over array and explain?

Answers

Answered by Anonymous
1

What are the demerits of using pointer over array and explain?

answer: Advantages of Pointer over Array: Allows you to implement sharing without copying, i.e., pass by reference. Good for handling big arrays as arguments to functions. Pointers allow to use dynamic memory allocation.

Similar questions