2d array
h>#include <stdlib.h>
int main() { int r, c;
int sum = 0; for (int i = 0; i < r; i++) { sum += sumOfArray(array[i], c); }
return 0;}