I need to make one 2D array in which one column store the pointer of some structure & another column store one 32 bit magic number.
how can i do it in 2D array.?
or any other method to keep track of this two columns info?
I need to make one 2D array in which one column store the pointer
Share
You can use:
Where N is the size of your array. Now just fill your data into the array. For example: