Extreme Networks interview question

Why do you sometimes need to use double pointers as function arguments in C?

Interview Answers

Anonymous

5 Sept 2018

When you want to make the pointer to point to a different address.

1

Anonymous

8 Dec 2017

You would use double pointers when you only want to pass the actual address of the address of the memory location as an argument