Passing the size of every dimension of a multi-dimensional array independently to a function is a bit time consuming.
Herein below an example of passing a 2d C-style array to function by merely passing the array itself:
#programming#codedaily#cplusplus#cpp#codingincplusplus