List Question
20 TechQA 2024-03-27T03:26:58.077000C Changing value of array of struct through reference
81 views
Asked by Acaymo Sánchez Ramirez
C++ pointer-to-member if the member is an array
160 views
Asked by hdmi87
Memory allocation for pointer to an array in c?
219 views
Asked by Baranitharan
Evaluation order of &a[0]
74 views
Asked by Roshan Rai
Warnings of Pointer to array of matrices In ANSI C GCC C90
240 views
Asked by Ruslan Ver
How to get values from aggregation cursor which is not an array Nodejs Mongodb
1.2k views
Asked by Sara
Pointers to arrays and effective types
126 views
Asked by Jackson Allan
Allocating less memory than the specified size of a pointer-to-array
1.5k views
Asked by Jackson Allan
Pointer-to-array, malloc, and out-of-bounds access
210 views
Asked by Jackson Allan
What is the difference between int (*p)[10]=s and int (*o)[5]=&s?
94 views
Asked by Ankit Bhardwaj
How to deal with undefined behavior of pointer to array in cpp?
131 views
Asked by Vjkaal
How can you dynamically allocate a pointer in the form int (*p)[n] in C?
575 views
Asked by V_S
pointer to an array int (*ptr)[]
692 views
Asked by Franc
difference between (*)[] and * in C
84 views
Asked by Roe
Modifying elements of an array through a pointer to its elements
150 views
Asked by Axel Brugger
What is a pointer to array, int (*ptr)[10], and how does it work?
4k views
Asked by rahulvuppala v
Ommiting second dimension for 2-d array in formal argument doesn't throw any error or warning
113 views
Asked by Vinay Yadav
Why does the declaration int (*f())[]; doesn't give an error or warning?
237 views
Asked by Vinay Yadav
confused about pointer syntax when defining type in C
246 views
Asked by DCR
Using strings or pointers to strings in struct
70 views
Asked by Swajn