List Question
20 TechQA 2020-10-18T16:43:18.763000Seg Fault calling mergesort on pointer array
71 views
Asked by R. Row
Is there a way to get the size of a three-dimensional vector using pointer notation?
79 views
Asked by Enrico
Meaning of 1[pointer] in C++?
168 views
Asked by yrom1
Is it possible to find the address of the end of an array with a reference to the n+1th element?
70 views
Asked by Nemora
Value of array pointer is getting changed after fopen
87 views
Asked by shabarish pr
how to shrink an array if two consecutive numbers in an array are equal then remove one and increment other
217 views
Asked by Jahnavi Dunaka
value of array of pointers to struct changes when exiting loop
44 views
Asked by olmervii
C Pointer array is not working with memcpy
147 views
Asked by Hemjal
Accessing specific objects using pointer to multiple arrays of pointers
62 views
Asked by user20259078
What is the difference between these two methods of dynamic allocation of arrays?
63 views
Asked by Priyanshu
C26485 and pointer decay with TCHAR in exception handler
1.5k views
Asked by Andrew Truckle
What is the implicit decay of char* arrays?
196 views
Asked by UKS
Address of the array name pointer and the first element of the array
51 views
Asked by Mohd Saq
How to read a complicated type?
161 views
Asked by Itachi Uchiwa
confilicting types in C
77 views
Asked by Roy Shiff
What is the actual practical difference between int x[] and int *x[] in C?
88 views
Asked by Shashvat Gupta
Why is the value of the pointer pointing at the 0th index of an array different from the actual 0th index of the array in C?
78 views
Asked by Sarthak Katiyar
Pointer-to-array, malloc, and out-of-bounds access
210 views
Asked by Jackson Allan
Why does a php array in two foreach loops lead to an infinite loop?
117 views
Asked by Anorionil
Understanding and manipulating pointers to integer arrays
108 views
Asked by anbocode