Question d’entretien chez Extreme Networks

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

Réponses aux questions d'entretien

Utilisateur anonyme

5 sept. 2018

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

1

Utilisateur anonyme

8 déc. 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