Multidimensional array and pointer arithmeticThanks for the help!
Multidimensional array and pointer arithmeticint a[1][1]; a[0][0] = 1; Why must I use the deference operator twice to get the value at a[0]...
Why must you specify the length of a second array when passing it to a function?I'm not sure if I phrased my question right, sorry. I'm having trouble understanding why the first f...
Pointer arithmetic on multi-dimensional arraysYes it helped a lot, thanks!
Pointer arithmeticOk it makes sense now.