I am trying to modify the contents of a 2D array in C++ using a function. I haven\'t been able to find information on how to pass a 2D array to a function by reference and
can you check on this:
#include #include void printArrays(int* array[], int len1, int len2) { for (int i=0; i