Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in pointer-to-pointer

What's wrong with this code, which gets content (chars) from file and stores it in char**?

How to pass a two-dimensional array to a function in C?

Incompatible pointer type warning with pointer-to-pointer types when passing char** to void** function parameter

What happens to a pointer to another pointer when the first one is freed? [duplicate]

Regarding double and triple pointers/double dimension arrays

Why should I use double pointer variable to receive another pointer's address(&ptr1)

malloc and pointers to pointers

Multi-dimensional array and pointer to pointers

Not able to understand the notations : * and ** with pointers

Why the second argument to pthread_join() is a **, a pointer to a pointer?

How to work with pointer to pointer to structure in C?

c struct pointer-to-pointer

What does ** do in C language? [duplicate]