Extreme Networks Interview Question

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

Interview Answers

Anonymous

Sep 5, 2018

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

1

Anonymous

Dec 8, 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