List Question
10 TechQA 2024-11-23 15:46:34How is pointer to array different from array names?
95 views
Asked by Pratik Singhal
While dereferencing pointer to an array I am getting same address as that of pointer to an array
96 views
Asked by sam1006
copying data from pointer-to-array to pointer-to-array
33 views
Asked by manofZEAL
Check the following code. Its related to the pointer to an array concept
106 views
Asked by Blessen George
vector of Objects having pointer of Object
111 views
Asked by PedroFaria
Why should we use pointer-to-arrays in C/C++?
218 views
Asked by user366312
Modifying elements of an array through a pointer to its elements
84 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
148 views
Asked by radu-matei
Pointer to array and errors C2057, C2540
330 views
Asked by user1234567
How can I pass a multidimensional array as a pointer in c
360 views
Asked by Pittfall