List Question
20 TechQA 2024-03-30T14:08:13.363000change the value of double pointer with indirection(dereference) operator cause segmentation fault
85 views
Asked by mohammad hosein rezanezhad
C++ Dynamic allocation in while(true)
80 views
Asked by iesnihS
Allocating and initializing a 2D array dynamically using a double pointer
84 views
Asked by Luigi_S_R
I don't understand why I don't get a bug when I initialize a pointer with *p1, where p1 is a double pointer
92 views
Asked by JOHN BOURAS
why does post increment doesn't work but pre increment works?
62 views
Asked by shubham kakade
C, double pointers and array of structs
128 views
Asked by lincolnadym
double pointer and pointers in C
92 views
Asked by Thomas Bollinger
Generic swap function to swap strings and arrays in C
200 views
Asked by Lion Lai
Passing a custom Matrix class to a Lapack subroutine
50 views
Asked by Alessandro
Automatically set pointers to NULL after free
144 views
Asked by 404 Name Not Found
Delete a node from singly linked list in C
100 views
Asked by Fary
Why single pointer as argument can't modify a string (in c)
97 views
Asked by Fary
Initializing an array of pointers to structs using double pointer
51 views
Asked by Alex
Linked List with double pointers. Infinite loop
27 views
Asked by BinWiz
How to allocate for and assign values to char double pointer
255 views
Asked by TechnoCheese
Double pointer null check in c
483 views
Asked by baldhead
How the double pointer is actually working in reverse of linked list?
147 views
Asked by pawan097
Right way to delete pointer to pointer in C++
234 views
Asked by user63898
Split text to words with memory allocation
67 views
Asked by anocyney_
New to pointers trying to figure out why my implementation of a link list doesn't work
53 views
Asked by user2139009