Passing a 2D Array to a Function - Virginia Tech

• Another way to allocate dynamic array of dynamically allocated vectors Func() /* allocate a contiguous memory which we can use for 20 ×30 matrix */ double **matrix; ................
................