Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
New posts in pointer-to-pointer
What happens to a pointer to another pointer when the first one is freed? [duplicate]
Aug 23, 2022
c
pointers
malloc
pointer-to-pointer
Regarding double and triple pointers/double dimension arrays
Oct 30, 2022
c
pointers
pointer-to-pointer
Why should I use double pointer variable to receive another pointer's address(&ptr1)
May 12, 2022
c
pointers
pointer-to-pointer
malloc and pointers to pointers
May 18, 2022
c
pointers
malloc
pointer-to-pointer
Multi-dimensional array and pointer to pointers
Jun 18, 2022
c
arrays
pointers
pointer-to-pointer
Not able to understand the notations : * and ** with pointers
Nov 15, 2022
c++
pointers
dereference
pointer-to-pointer
Why the second argument to pthread_join() is a **, a pointer to a pointer?
Sep 07, 2022
c
pointers
pthreads
pass-by-value
pointer-to-pointer
How to work with pointer to pointer to structure in C?
Nov 06, 2022
c
struct
pointer-to-pointer
What does ** do in C language? [duplicate]
Aug 29, 2022
arrays
c
pointers
memory
pointer-to-pointer