List Question
20 TechQA 2015-06-25T08:13:13.003000How is pointer to array different from array names?
181 views
Asked by Pratik Singhal
While dereferencing pointer to an array I am getting same address as that of pointer to an array
158 views
Asked by sam1006
copying data from pointer-to-array to pointer-to-array
102 views
Asked by manofZEAL
Check the following code. Its related to the pointer to an array concept
168 views
Asked by Blessen George
vector of Objects having pointer of Object
175 views
Asked by PedroFaria
Why should we use pointer-to-arrays in C/C++?
277 views
Asked by user366312
Modifying elements of an array through a pointer to its elements
150 views
Asked by Axel Brugger
How to make a pointer to a vector? I work on a vector inside the function and I want to keep the values
205 views
Asked by radu-matei
Pointer to array and errors C2057, C2540
389 views
Asked by user1234567
How can I pass a multidimensional array as a pointer in c
419 views
Asked by Pittfall
Structure within pointers of the same type of structure
488 views
Asked by Karavana
Warnings of Pointer to array of matrices In ANSI C GCC C90
240 views
Asked by Ruslan Ver
How can you dynamically allocate a pointer in the form int (*p)[n] in C?
575 views
Asked by V_S
How to get size of 2D array pointed by a double pointer?
14k views
Asked by Yash
What is a pointer to array, int (*ptr)[10], and how does it work?
4k views
Asked by rahulvuppala v
Using strings or pointers to strings in struct
70 views
Asked by Swajn
Evaluation order of &a[0]
74 views
Asked by Roshan Rai
Why is the result of using `int (*p)[5]` so confusing?
1.6k views
Asked by Archeosudoerus
Properly handling pointers to pointers
119 views
Asked by user1047833
How to deal with undefined behavior of pointer to array in cpp?
131 views
Asked by Vjkaal