List Question
20 TechQA 2024-03-30T07:33:56.387000char * gives garbage value when pointing to a variable of a function in C
72 views
Asked by Mubin Muhammad
why do I need to add an & sign while allocating a memory space inside a functions?
108 views
Asked by nada
"Magically" avoiding segfault
73 views
Asked by Fyodor
Marshalling double pointers in C#
49 views
Asked by Marcomattia Mocellin
Using realloc with pointer to pointer in another function
93 views
Asked by Javad
Runtime error: `load of null pointer of type 'char'` when indexing an array
99 views
Asked by Debuholden
Necessity of double pointer when using realloc to manipulate array
86 views
Asked by Oberstleutnant_007
Confusion about C pointers
120 views
Asked by synapsis
Addresses in structures
93 views
Asked by DaRaRa
double pointer to the char array
124 views
Asked by Lucky Im
How does this code allocate memory and why does it fail to write to the allocated memory?
59 views
Asked by minhaz hosen
What does this double pointer do in c programming?
61 views
Asked by ciphermute
How to deconstruct complex C/C++ statements/declarations?
79 views
Asked by deft artisan
Why regular swap works with a pointer-to-pointer variable?
79 views
Asked by MatanCode
what is this casting (long*)x when x is void**
30 views
Asked by Coffee
How to iterate through a dynamic, rectangular matrix in C?
86 views
Asked by Franco N. Sosa
Question about argument in a function as a pointer to a pointer
67 views
Asked by Fary
Is it better to store a 2D image in a flat array or in an array of arrays?
88 views
Asked by Ssukdaebat60
Failed to manipulate the string passed as pointer to pointer inside the function
56 views
Asked by rui wang
Why does malloc(0) in C not produce an error when working with char pointer pointers
78 views
Asked by Sam van Kesteren