News

File metadata and controls Preview Code Blame 48 lines (40 loc) · 1.69 KB Raw 1 ## Passing 2D array as pointer to a function in C.
Passing 2D array as pointer to a function in C. Here we will look at how to implement 2d DP using arrays.
Hey All, I've got a problem with some C we are working on (embedded systems), right now we have a huge 2D array that works fine, it looks like this t_ourStructType Array[SIZE1][SIZE2]; I need to ...