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.
47 WRITE A PROGRAM IN C TO CREATE 2D ARRAY BY TAKING THE NUMBERS OF ROWS,COLUMNS,AND ELEMENTS FROM THE USER.c Top ...
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 ...