+ 1
I think more information is needed here. How does the void function looks like? I mean its signature; what arguments are used, and how the arguments are passed (by value / by reference). What is the type for the 2D array elements? And what did you mean "without a pointer"? I would suggest you to also add an example of the char array, 2D array, and the expected output to be printed.
17th Feb 2021, 5:34 AM
Ipang