#What does int(*)[] mean? Confused
8 messages · Page 1 of 1 (latest)
When your question is answered use !solved to mark the question as resolved.
Remember to ask specific questions, provide necessary details, and reduce your question to its simplest form. For more information use !howto ask.
It'll be int(*)[N]
so a pointer to an array of N elements
We have resources in #archived-resources for how to read C declarations
!solved
[SOLVED] What does int(*)[] mean? Confused
What does int(*)[] mean? Confused