Domanda di colloquio di Extreme Networks

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

Risposte di colloquio

Anonimo

5 set 2018

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

1

Anonimo

8 dic 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